summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ad
blob: 2a60d94e490b7deb7d99f88a47766f1a565d861f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ad,v 1.11 2003/05/28 02:34:00 jlam Exp $

--- config-scripts/cups-libtool.m4.orig	Tue Dec 17 13:56:39 2002
+++ config-scripts/cups-libtool.m4
@@ -24,7 +24,7 @@ dnl
 
 AC_ARG_ENABLE(libtool_unsupported, [  --enable-libtool-unsupported=LIBTOOL_PATH
                           turn on building with libtool (UNSUPPORTED!), default=no],
-	[if test x$enable_libtool_unsupported != xno; then
+	[if test x"$enable_libtool_unsupported" != xno; then
 		LIBTOOL="$enable_libtool_unsupported"
 		enable_shared=no
 		echo "WARNING: libtool is not supported or endorsed by Easy Software Products."
@@ -36,7 +36,7 @@ AC_ARG_ENABLE(libtool_unsupported, [  --
 
 AC_SUBST(LIBTOOL)
 
-if test x$LIBTOOL != x; then
+if test x"$LIBTOOL" != x; then
 	LIBCUPS="libcups.la"
 	LIBCUPSIMAGE="libcupsimage.la"
 	LINKCUPS="../cups/\$(LIBCUPS)"