From 13277e2f4cd3d411e8643e854d8f61347bb1884d Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Mon, 16 Jul 2001 18:21:17 +0200 Subject: [PATCH] Fix to the PIKE_FEATURE handling. Rev: src/modules/Gdbm/configure.in:1.5 --- src/modules/Gdbm/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/Gdbm/configure.in b/src/modules/Gdbm/configure.in index a874e5b554..451bdf6e22 100644 --- a/src/modules/Gdbm/configure.in +++ b/src/modules/Gdbm/configure.in @@ -1,4 +1,4 @@ -# $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 -- GitLab