aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-22 05:17:02 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2008-10-22 05:17:02 +0000
commitdab80d7bc2b92d218c13b1deec721df676202c6c (patch)
tree612f9dc3f472c6617473687d471a8d5073673d50 /configure.in
parent54cd8080375c5ec4b11ff8aca339b8a38cb38521 (diff)
Display error messsage that Glib 2.4 or later was not found when checking
for Glib 2.4+. The message used to say 2.0 or later was not found. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26511 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 39e4d8e2df..a3a227e325 100644
--- a/configure.in
+++ b/configure.in
@@ -629,7 +629,7 @@ if test "$GTK_OK" = "no" ; then
wireshark_bin=""
wireshark_man=""
# Honor GLIB_CFLAGS
- AM_PATH_GLIB_2_0(2.4.0, CFLAGS="$CFLAGS $GLIB_CFLAGS", AC_MSG_ERROR(GLib 2.0 or later distribution not found.), gmodule)
+ AM_PATH_GLIB_2_0(2.4.0, CFLAGS="$CFLAGS $GLIB_CFLAGS", AC_MSG_ERROR(GLib 2.4 or later distribution not found.), gmodule)
else
wireshark_bin="wireshark\$(EXEEXT)"