summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-13 02:26:33 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-08-13 02:26:33 +0000
commit128923d6768feaec2216db4770e22c282a9606d2 (patch)
treea434531ea6d17aa0dcfc9d5ee72aa21d33bcec32
parentdbca1d64327d8473c48e99605ab828359ba19c89 (diff)
Add checks for strcasecmp & IPv6
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ffc09de..eb93052 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,13 @@ PKG_CHECK_MODULES(PROXYMNGR, ice xt x11 xproxymngproto)
AC_SUBST(PROXYMNGR_CFLAGS)
AC_SUBST(PROXYMNGR_LIBS)
+AC_CHECK_FUNC(strcasecmp, [],
+ AC_DEFINE([NEED_STRCASECMP],1,
+ [Define to 1 if you do not have the `strcasecmp' function.]))
+
+# Needed to check for IPv6 support and set flags appropriately
+XTRANS_TCP_FLAGS
+
XORG_RELEASE_VERSION
AC_OUTPUT([Makefile])