From a297b95c9da1b6138523f9b707a0fafe60e0d327 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 21 Apr 1999 23:11:20 +0000 Subject: moved apache, com and hyperwave into ext/ --- ext/hyperwave/config.m4 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ext/hyperwave/config.m4 (limited to 'ext/hyperwave/config.m4') diff --git a/ext/hyperwave/config.m4 b/ext/hyperwave/config.m4 new file mode 100644 index 0000000000..ef48f24954 --- /dev/null +++ b/ext/hyperwave/config.m4 @@ -0,0 +1,18 @@ +dnl $Id$ + +AC_MSG_CHECKING(for Hyperwave support) +AC_ARG_WITH(hyperwave, +[ --with-hyperwave Include Hyperwave support], +[ + if test "$withval" != "no"; then + AC_DEFINE(HYPERWAVE,1) + AC_MSG_RESULT(yes) + PHP_EXTENSION(hyperwave) + else + AC_DEFINE(HYPERWAVE,0) + AC_MSG_RESULT(no) + fi +],[ + AC_DEFINE(HYPERWAVE,0) + AC_MSG_RESULT(no) +]) -- cgit v1.2.1