]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.in
Fix bad merge.
[thirdparty/cups.git] / configure.in
index 11b3e49cc28d8abdd16d577bc4b068ce780cb2ea..d219d56fef4cf2c5fb746324c9e90a8cdc4b18dc 100644 (file)
@@ -38,7 +38,6 @@ sinclude(config-scripts/cups-largefile.m4)
 sinclude(config-scripts/cups-dnssd.m4)
 sinclude(config-scripts/cups-launchd.m4)
 sinclude(config-scripts/cups-defaults.m4)
-sinclude(config-scripts/cups-pap.m4)
 sinclude(config-scripts/cups-pdf.m4)
 sinclude(config-scripts/cups-scripting.m4)
 
@@ -57,6 +56,9 @@ if test "x$LANGUAGES" != x; then
                        LANGFILES="$LANGFILES templates/$lang/header.tmpl"
                fi
        done
+elif test "x$CUPS_BUNDLEDIR" != ""; then
+       INSTALL_LANGUAGES="install-langbundle"
+       UNINSTALL_LANGUAGES="uninstall-langbundle"
 fi
 
 AC_SUBST(INSTALL_LANGUAGES)