summaryrefslogtreecommitdiff
path: root/print/cups/patches/patch-ad
blob: ed0a60c93620d94e9a6797d1a777c82e0a1b594c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$NetBSD: patch-ad,v 1.9 2001/08/02 03:37:39 jlam Exp $

--- config-scripts/cups-libtool.m4.orig	Wed Jun 27 15:06:45 2001
+++ config-scripts/cups-libtool.m4
@@ -24,8 +24,8 @@
 
 AC_ARG_ENABLE(libtool_unsupported, [  --enable-libtool-unsupported=LIBTOOL_PATH
                           turn on building with libtool (UNSUPPORTED!) [default=no]],
-	[if test x$enable_libtool != xno; then
-		LIBTOOL="$enable_libtool"
+	[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."
 		echo "         WE DO NOT PROVIDE TECHNICAL SUPPORT FOR LIBTOOL PROBLEMS."
@@ -41,8 +41,7 @@
 	LIBCUPSIMAGE="libcupsimage.la"
 	LINKCUPS="../cups/\$(LIBCUPS)"
 	LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)"
-	DSO=":"
-	DSOFLAGS=""
+	DSO="\$(CC)"
 fi
 
 dnl