summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-05-13 22:25:25 +0000
committerJörg Mayer <jmayer@loplof.de>2004-05-13 22:25:25 +0000
commit133b458d8d1ebb9e4945d8ae9c7998849f759c5c (patch)
treea070a4dce9876068baa1fca43bdd8a6f7bd38697 /configure.in
parent47b8d71aecaec4be6ad8efadc2f8cf731b499b39 (diff)
downloadwireshark-133b458d8d1ebb9e4945d8ae9c7998849f759c5c.tar.gz
Paul Smith: bugfix: make loadable module support work when cross compiling
svn path=/trunk/; revision=10882
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b95cd97aae..b5982cebf2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.260 2004/05/13 21:56:09 jmayer Exp $
+# $Id: configure.in,v 1.261 2004/05/13 22:25:25 jmayer Exp $
#
AC_INIT(etypes.h)
@@ -333,7 +333,8 @@ main ()
return 1; /* failure */
}
], ac_cv_glib_supports_modules=yes, ac_cv_glib_supports_modules=no,
- [echo $ac_n "cross compiling; assumed OK... $ac_c"])
+ [echo $ac_n "cross compiling; assumed OK... $ac_c"
+ ac_cv_glib_supports_modules=yes])
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
if test "$ac_cv_glib_supports_modules" = yes ; then