summaryrefslogtreecommitdiffhomepage
path: root/aclocal.m4
diff options
context:
space:
mode:
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