summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7aaf5df..0b86d04 100755
--- a/configure
+++ b/configure
@@ -25,7 +25,7 @@ if test $SRCDIR = "."; then
25 ZINCOUT="-I." 25 ZINCOUT="-I."
26 SRCDIR="" 26 SRCDIR=""
27else 27else
28 ZINC='-include zconf.h' 28 ZINC='-I. -include zconf.h'
29 ZINCOUT='-I. -I$(SRCDIR)' 29 ZINCOUT='-I. -I$(SRCDIR)'
30 SRCDIR="$SRCDIR/" 30 SRCDIR="$SRCDIR/"
31fi 31fi