From f712188c6240cb6f77791b4f05e55b1a001d4037 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 28 Nov 2005 23:00:51 +0100 Subject: Add HAVE_CONFIG_H define so other platforms can build without config.h --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 985e8209..3c15e646 100755 --- a/configure +++ b/configure @@ -118,6 +118,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 -- cgit v1.2.3