]> git.deb.at Git - pkg/abook.git/blobdiff - configure
- don't try to use linux/termios.h
[pkg/abook.git] / configure
index 0d58ffa8d9c959204b721e94639f85d4d52978c4..7d43b581c80804e292d87c1fb52c535a0b3d19d8 100755 (executable)
--- a/configure
+++ b/configure
@@ -4024,8 +4024,7 @@ fi
 
 
 
-
-for ac_header in unistd.h locale.h termios.h linux/termios.h sys/ioctl.h
+for ac_header in unistd.h locale.h termios.h sys/ioctl.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -6811,7 +6810,7 @@ else
 fi;
 
 if test x$debug = xtrue; then
-       CPPFLAGS="-DDEBUG $CPPFLAGS"
+       CPPFLAGS="-DDEBUG=1 $CPPFLAGS"
        CFLAGS="-g $CFLAGS"
 fi