aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-04-29 16:24:22 +0000
committerGuy Harris <guy@alum.mit.edu>2008-04-29 16:24:22 +0000
commita6815b10709401ba7a3dcf35a534a5f9a6eb3123 (patch)
tree4916126c5cd6a4a1f260c18e227c2bde3abe4eb7 /configure.in
parent1c67ad6e2ee0103ba1d75f1267827a1256b266f9 (diff)
All versions of GLib 2.x come with g_ascii_strcasecmp(), and we require
GLib 2.x; we don't have to check for its presence and supply a replacement if it's missing. Get rid of an unremoved reference in epan/dtd_parse.l. svn path=/trunk/; revision=25197
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/configure.in b/configure.in
index ea08ffff84..77d0d7182a 100644
--- a/configure.in
+++ b/configure.in
@@ -1383,28 +1383,6 @@ AC_SUBST(MKSTEMP_O)
ac_save_LIBS="$LIBS"
LIBS="$GLIB_LIBS $LIBS"
-G_ASCII_STRCASECMP_C=""
-G_ASCII_STRCASECMP_O=""
-G_ASCII_STRCASECMP_LO=""
-AC_CHECK_FUNC(g_ascii_strcasecmp,
- [G_ASCII_STRCASECMP_O=""
- G_ASCII_STRCASECMP_LO=""],
- [G_ASCII_STRCASECMP_O="g_ascii_strcasecmp.o"
- G_ASCII_STRCASECMP_LO="g_ascii_strcasecmp.lo"
- AC_DEFINE(NEED_G_ASCII_STRCASECMP_H, 1, [Define if g_ascii_strcasecmp.h needs to be included])
-])
-LIBS="$ac_save_LIBS"
-if test "$ac_cv_func_g_ascii_strcasecmp" = no ; then
- G_ASCII_STRCASECMP_C="g_ascii_strcasecmp.c"
- G_ASCII_STRCASECMP_O="g_ascii_strcasecmp.o"
- G_ASCII_STRCASECMP_LO="g_ascii_strcasecmp.lo"
-fi
-AC_SUBST(G_ASCII_STRCASECMP_C)
-AC_SUBST(G_ASCII_STRCASECMP_O)
-AC_SUBST(G_ASCII_STRCASECMP_LO)
-
-ac_save_LIBS="$LIBS"
-LIBS="$GLIB_LIBS $LIBS"
G_ASCII_STRTOULL_C=""
G_ASCII_STRTOULL_O=""
G_ASCII_STRTOULL_LO=""