aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-14 17:55:27 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-14 17:55:27 +0000
commitfb009891bb60921401ffeb47b33cf35a246cbe34 (patch)
tree64802b4ef62334559815ca4a5b6d1e04fa6a49ae /configure
parent8fb1263325c6839b792c352283abac3f63142fa2 (diff)
parentc6ca3ee33e27feefb8cae0dc1d55a7239baf43cb (diff)
Adding a few consts and other misc fixes from bug #431. Doing this via a
merge because bzr can probably deal with the conflicts better than patch.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7fbaa37d..1daf0a99 100755
--- a/configure
+++ b/configure
@@ -155,7 +155,7 @@ else
fi
echo CFLAGS=$CFLAGS >> Makefile.settings
-echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings
+echo CFLAGS+=-I`pwd` -iquote`pwd`/lib -iquote`pwd`/protocols -I. >> Makefile.settings
echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings