1
0
Fork 0

Fix typo in configure.ac. detecting external libs should now work again

master
matlads 13 years ago
parent 83d5d370b3
commit bcfb4ea87b

@ -82,7 +82,7 @@ case "$host" in
LIB_EXT="dylib"
;;
*-linux*)
CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O4 -Walli -D_REENTRANT=1"
CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -O4 -Wall -D_REENTRANT=1"
LDFLAGS="$LDFLAGS -rdynamic"
;;
*-*-openbsd*)

Loading…
Cancel
Save