X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.ad;h=8ee9d61b87f5e4e494e6f19de149346b9fd56ebb;hp=f719d7a3aeb9dfd5fa5745a59592f7496ccf00a3;hb=4d9d43c25aaa28158a95fb20949c4bf02ab6b3a4;hpb=4f49025cf0989f6c4a06be0b24aeec1d4625d10f diff --git a/configure.ad b/configure.ad index f719d7a3..8ee9d61b 100644 --- a/configure.ad +++ b/configure.ad @@ -33,6 +33,10 @@ AC_PATH_PROG(sedpath, sed) # Put here any platform specific stuff # case "$target" in + *-*-linux*) + check_threads=true + CFLAGS=`echo $CFLAGS -D_GNU_SOURCE` + ;; *-*-freebsd*) check_threads=true ;;