aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-17 15:50:58 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-17 15:50:58 +0000
commit6ce01bec119c96243a8d43e28681cc512fbd0950 (patch)
tree5cbc02c5c7fb0cfe2194976f95574b8c3e12999c
parentf9928cb319c2879a56b7280f09723b26035982d0 (diff)
Undo -iquote change which seems to cause plenty of problems to people
using older/non-GCC compilers. :-/
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4fa1ee8c..c7af5fb3 100755
--- a/configure
+++ b/configure
@@ -155,7 +155,7 @@ else
fi
echo CFLAGS=$CFLAGS >> Makefile.settings
-echo CFLAGS+=-I`pwd` -iquote`pwd`/lib -iquote`pwd`/protocols -I. >> Makefile.settings
+echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings
echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings