add check for libintl
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23740 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -92,6 +92,11 @@ if test "X$with_sqlite3" != Xyes ; then
|
||||
fi
|
||||
AM_CONDITIONAL(SQLITE3, test "X$with_sqlite3" = Xyes)
|
||||
|
||||
dnl check for libintl
|
||||
rk_TEST_PACKAGE(libintl,
|
||||
[#include <libintl.h>],
|
||||
[-lintl],,,LIBINTL)
|
||||
|
||||
dnl path where the hdb directory is stored
|
||||
AC_ARG_WITH([hdbdir],
|
||||
[AS_HELP_STRING([--with-hdbdir],[Default location for KDC database @<:@default=/var/heimdal@:>@])],
|
||||
|
Reference in New Issue
Block a user