Fix installation for silc-client and silc-toolkit packages
[silc.git] / configure.ad
index 0297ba452537df9a4b7efdcae0eb860722a96450..3bac080fdae8d7adc376bc4cf6f6777ec085d8c8 100644 (file)
@@ -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`
     ;;
@@ -1414,7 +1414,7 @@ s_includedir=`eval echo $includedir`;s_includedir=`eval echo $s_includedir`
 
 echo ""
 echo "$PACKAGE Configuration Summary:"
-echo "---------------------------"
+echo "-------------------------------------"
 echo " Target host ...................: $target"
 echo " Compiler ......................: $CC"
 echo " CFLAGS ........................: $CFLAGS"