]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-scripting.m4
Merge changes from CUPS 1.6svn-r9939.
[thirdparty/cups.git] / config-scripts / cups-scripting.m4
index 4bfb4e15a098453ea43ba455afdb321860869036..d4ed98850e0619dda0990e13e38352eb91a7e607 100644 (file)
@@ -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",