diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-11-29 01:52:14 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-11-29 01:52:14 +0100 |
commit | ac55e509923bf40c04cdba905534a41c198f3771 (patch) | |
tree | 18bec3a6d9c3e84262ef70bd16c80f2a02a5194f | |
parent | 65e2ce1ffdead577ed90148d33e36794136b3232 (diff) | |
parent | f712188c6240cb6f77791b4f05e55b1a001d4037 (diff) |
Merge small fix.
-rw-r--r-- | bitlbee.h | 2 | ||||
-rwxr-xr-x | configure | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -34,7 +34,9 @@ #define MAX_STRING 128 +#if HAVE_CONFIG_H #include "config.h" +#endif #include <fcntl.h> #include <time.h> @@ -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 |