Skip to content
Snippets Groups Projects
Commit 13277e2f authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fix to the PIKE_FEATURE handling.

Rev: src/modules/Gdbm/configure.in:1.5
parent 910fe1ac
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.4 2001/07/10 07:17:47 mast Exp $
# $Id: configure.in,v 1.5 2001/07/16 16:21:17 mast Exp $
AC_INIT(gdbmmod.c)
AC_CONFIG_HEADER(gdbm_machine.h)
......@@ -15,7 +15,7 @@ if test x$with_gdbm = xyes; then
AC_CHECK_LIB(gdbm, gdbm_open)
if test x$ac_cv_header_gdbm_h = xyes -a x$ac_cv_lib_gdbm_gdbm_open = xyes; then
PIKE_FEATURE(Gdbm)
PIKE_FEATURE_OK(Gdbm)
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment