X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=856aaf4b9046f9dcff6f596c023bfd58e767de6a;hb=509225ad2cecf2662923ff0abad0058ea8490ef1;hp=0297ba452537df9a4b7efdcae0eb860722a96450;hpb=46f0bec9f20c9914bb333ec6b1247e5dc2a04199;p=silc.git diff --git a/configure.ad b/configure.ad index 0297ba45..856aaf4b 100644 --- a/configure.ad +++ b/configure.ad @@ -33,7 +33,7 @@ AC_PATH_PROG(sedpath, sed) # Put here any platform specific stuff # case "$target" in - *-*-linux*) + *-*-linux*|*-k*bsd*-gnu) check_threads=true CFLAGS=`echo $CFLAGS -D_GNU_SOURCE` ;;