diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /config-scripts/cups-scripting.m4 | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'config-scripts/cups-scripting.m4')
-rw-r--r-- | config-scripts/cups-scripting.m4 | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/config-scripts/cups-scripting.m4 b/config-scripts/cups-scripting.m4 index cfbde74d..75abd7e2 100644 --- a/config-scripts/cups-scripting.m4 +++ b/config-scripts/cups-scripting.m4 @@ -1,5 +1,5 @@ dnl -dnl "$Id: cups-scripting.m4 9099 2010-04-11 07:16:05Z mike $" +dnl "$Id: cups-scripting.m4 9927 2011-08-27 09:28:30Z mike $" dnl dnl Scripting configuration stuff for CUPS. dnl @@ -68,17 +68,6 @@ else AC_DEFINE(HAVE_PHP) fi -PHPDIR="" -if test "x$CUPS_PHP" != xno; then - AC_PATH_PROG(PHPCONFIG, php-config) - - if test "x$PHPCONFIG" != x; then - PHPDIR="scripting/php" - fi -fi - -AC_SUBST(PHPDIR) - dnl Do we have Python? AC_ARG_WITH(python, [ --with-python set Python interpreter for web interfaces ], CUPS_PYTHON="$withval", @@ -96,5 +85,5 @@ if test "x$CUPS_PYTHON" != x; then fi dnl -dnl End of "$Id: cups-scripting.m4 9099 2010-04-11 07:16:05Z mike $". +dnl End of "$Id: cups-scripting.m4 9927 2011-08-27 09:28:30Z mike $". dnl |