]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
The configure script incorrectly used bundle-based localizations on Linux
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 31 Aug 2011 00:54:27 +0000 (00:54 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Wed, 31 Aug 2011 00:54:27 +0000 (00:54 +0000)
(STR #3938)

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9937 7a7537e8-13f0-0310-91df-b6672ffda945

CHANGES-1.5.txt
configure.in

index a00c018c81cccddbc3a00b5cd8e3ad5ca2f6f4e9..140d30dddb883d09ebb56af3ef3dec51898da7e3 100644 (file)
@@ -4,6 +4,8 @@ CHANGES-1.5.txt
 CHANGES IN CUPS V1.5.1
 
        - Documentation updates (STR #3885)
+       - The configure script incorrectly used bundle-based localizations on
+         Linux (STR #3938)
        - The cups-driverd helper program did not cache .drv files properly,
          sometimes leading to a crash (STR #3921)
        - CUPS did not build on stock Mac OS X installations.
index 0e8eb0b934142c009b2d69da51041a7313b50c6a..264b6ad13a01e034aadfc69845f41560a55fe819 100644 (file)
@@ -54,7 +54,7 @@ if test "x$LANGUAGES" != x; then
                        LANGFILES="$LANGFILES templates/$lang/header.tmpl"
                fi
        done
-elif test "x$CUPS_BUNDLEDIR" != ""; then
+elif test "x$CUPS_BUNDLEDIR" != x; then
        INSTALL_LANGUAGES="install-langbundle"
        UNINSTALL_LANGUAGES="uninstall-langbundle"
 fi