summaryrefslogtreecommitdiffstats
path: root/src/admin/create
diff options
context:
space:
mode:
Diffstat (limited to 'src/admin/create')
-rw-r--r--src/admin/create/configure.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/admin/create/configure.in b/src/admin/create/configure.in
index c440a6186..6e129292d 100644
--- a/src/admin/create/configure.in
+++ b/src/admin/create/configure.in
@@ -4,10 +4,10 @@ CONFIG_RULES
WITH_KRB5ROOT
AC_SET_BUILDTOP
AC_PROG_INSTALL
-AC_HAVE_LIBRARY(socket)
-AC_HAVE_LIBRARY(nsl)
-AC_HAVE_LIBRARY(-lndbm)
-AC_HAVE_LIBRARY(-ldbm)
+AC_CHECK_LIB(socket,main)
+AC_CHECK_LIB(nsl,main)
+AC_CHECK_LIB(ndbm,main)
+AC_CHECK_LIB(dbm,main)
KRB_INCLUDE
ISODE_INCLUDE
-AC_OUTPUT(Makefile,[EXTRA_RULES])
+V5_AC_OUTPUT_MAKEFILE