(STR #3938)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@9937
7a7537e8-13f0-0310-91df-
b6672ffda945
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.
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