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

Added PIKE_FEATURE stuff.

Rev: src/modules/Postgres/configure.in:1.16
parent 2e8e01c8
Branches
Tags
No related merge requests found
dnl $Id: configure.in,v 1.15 2002/01/16 03:08:22 nilsson Exp $
dnl $Id: configure.in,v 1.16 2002/01/26 19:54:21 mast Exp $
AC_INIT(postgres.c)
AC_CONFIG_HEADER(pgres_config.h)
AC_MODULE_INIT()
PIKE_FEATURE_WITHOUT(Postgres)
echo "Configuring Postgres module"
AC_ARG_WITH(postgres,
......@@ -41,6 +43,8 @@ fi
dnl start actual work
if test x$with_postgres = xyes; then
PIKE_FEATURE_NODEP(Postgres)
OLD_CPPFLAGS=$CPPFLAGS
OLD_LIBS=$LIBS
OLD_LDFLAGS=$LDFLAGS
......@@ -147,6 +151,7 @@ if test x$ac_cv_lib_pq_PQclear != xyes; then
else
echo "Postgres found, module configured. Thank you for your collaboration."
POSTGRES_SUPPORTED="yes"
PIKE_FEATURE_OK(Postgres)
fi
AC_SUBST(POSTGRES_SUPPORTED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment