aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 365159f7..5d478010 100755
--- a/configure
+++ b/configure
@@ -123,6 +123,8 @@ fi
echo CFLAGS+=-I`pwd` -I`pwd`/protocols -I. >> Makefile.settings
+echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings
+
if [ -n "$CC" ]; then
echo "CC=$CC" >> Makefile.settings;
elif type gcc > /dev/null 2> /dev/null; then