1
0
Fork 0

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

This commit is contained in:
matlads 2010-11-03 10:17:20 +00:00
parent 83d5d370b3
commit bcfb4ea87b
1 changed files with 1 additions and 1 deletions

View File

@ -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*)