summaryrefslogtreecommitdiff
path: root/ext/yp/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yp/config.m4')
-rw-r--r--ext/yp/config.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/yp/config.m4 b/ext/yp/config.m4
deleted file mode 100644
index f5f912bc58..0000000000
--- a/ext/yp/config.m4
+++ /dev/null
@@ -1,15 +0,0 @@
-dnl
-dnl $Id$
-dnl
-
-PHP_ARG_ENABLE(yp,whether to include YP support,
-[ --enable-yp Include YP support.])
-
-if test "$PHP_YP" != "no"; then
- AC_DEFINE(HAVE_YP,1,[ ])
- PHP_NEW_EXTENSION(yp, yp.c, $ext_shared)
- case $host_alias in
- *solaris*)
- AC_DEFINE(SOLARIS_YP,1,[ ]) ;;
- esac
-fi