blob: f9a2be091130b6f896a4e7ee049910d3a229b88b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur mnogosearch-3.2.38.orig/configure.in mnogosearch-3.2.38/configure.in
--- mnogosearch-3.2.38.orig/configure.in 2006-03-10 17:08:04.000000000 +0000
+++ mnogosearch-3.2.38/configure.in 2006-04-30 09:52:33.000000000 +0000
@@ -1458,7 +1458,7 @@
AC_MSG_CHECKING(for additional character sets)
-if test "$extra_charsets" = none; then
+if test "$extra_charsets" = none -o "$extra_charsets" = no ; then
CHARSETS=""
else
if test "$extra_charsets" = all; then
|