summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35866fd40a..b59da4ff02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3615,6 +3615,7 @@ case $opsys in
;;
cygwin)
+ opsysfile=
AC_DEFINE(CYGWIN, 1, [Define if the system is Cygwin.])
;;
@@ -3687,7 +3688,7 @@ case $opsys in
using GTK.])
;;
- gnu) opsysfile="s/bsd-common.h" ;;
+ gnu) opsysfile= ;;
gnu-kfreebsd) opsysfile="s/gnu-linux.h" ;;