blob: 97a42e579949f920502c645c1ea54aaf24a01b85 (
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-ae,v 1.10 2001/08/02 03:37:40 jlam Exp $
--- configure.orig Thu Jul 12 08:42:35 2001
+++ configure
@@ -3351,8 +3351,8 @@
# Check whether --enable-libtool_unsupported or --disable-libtool_unsupported was given.
if test "${enable_libtool_unsupported+set}" = set; then
enableval="$enable_libtool_unsupported"
- 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."
@@ -3370,8 +3370,7 @@
LIBCUPSIMAGE="libcupsimage.la"
LINKCUPS="../cups/\$(LIBCUPS)"
LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)"
- DSO=":"
- DSOFLAGS=""
+ DSO="\$(CC)"
fi
|