summaryrefslogtreecommitdiffhomepage
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-08 22:19:45 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-04-08 22:19:45 +0000
commiteb68394046ead2b7d24e8ea9e7085bcce67968b1 (patch)
treeaa2513cf47c872d903cefd9762d2277ff862ab15 /aclocal.m4
parentdbf678075c941e4b3a92af260855c32ea7d22301 (diff)
downloadmdk-eb68394046ead2b7d24e8ea9e7085bcce67968b1.tar.gz
mdk-eb68394046ead2b7d24e8ea9e7085bcce67968b1.tar.bz2
release 0.3.1
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 240d7b7..38c5d85 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -330,6 +330,9 @@ AC_DEFUN(AM_WITH_NLS,
INSTOBJEXT=.mo
fi
fi
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
+ INTLLIBS='-lintl'
+ fi
])
if test "$CATOBJEXT" = "NONE"; then
@@ -1054,9 +1057,6 @@ for module in . $3; do
bonobo)
module_args="$module_args bonobo"
;;
- gnomedb)
- module_args="$module_args gnomedb"
- ;;
esac
done