*** empty log message ***

This commit is contained in:
Martin Baulig
2000-02-22 16:00:46 +00:00
parent a9ed25e7fc
commit 0a3a0c1a34
7 changed files with 25 additions and 12 deletions

View File

@@ -165,6 +165,9 @@ AC_DEFUN([GNOME_LIBGTOP_DYNLINK],[
AC_MSG_RESULT(no)
else
AC_MSG_RESULT(yes)
fi
if test x$with_modules = xyes; then
AC_MSG_CHECKING(whether dynamic modules work)
oLIBS="$LIBS"
oCFLAGS="$CFLAGS"
@@ -206,10 +209,14 @@ AC_DEFUN([GNOME_LIBGTOP_DYNLINK],[
AC_SUBST(GMODULE_LIBS)
AC_SUBST(GMODULE_FLAGS)
libgtop_use_gmodule=yes
libgtop_dynamic_ldflags='-export-dynamic -module'
else
libgtop_use_gmodule=no
libgtop_dynamic_ldflags=
fi
AC_SUBST(libgtop_dynamic_ldflags)
AC_MSG_RESULT($libgtop_use_gmodule)
])