blob: e237412928a62427c76d4125e5b25e6695cc4564 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff -dPNur gnome-libs-1.4.2/configure.in gnome-libs-1.4.2-ds/configure.in
--- gnome-libs-1.4.2/configure.in 2012-01-15 00:30:56.000000000 +0100
+++ gnome-libs-1.4.2-ds/configure.in 2012-01-15 00:27:53.000000000 +0100
@@ -119,13 +119,7 @@
AC_CACHE_CHECK([for gmodule support], ac_cv_gmodule,[
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS `glib-config --libs gmodule`"
- AC_TRY_RUN([
-#include <gmodule.h>
-
-int main()
-{
- return g_module_supported() == 0;
-}],ac_cv_gmodule=yes,ac_cv_gmodule=no,ac_cv_gmodule=yes)
+ ac_cv_gmodule=yes
LDFLAGS="$save_LDFLAGS"])
if test $ac_cv_gmodule = no; then
AC_MSG_ERROR([Dynamic linking is not available on this platform. Some apps,
|