summaryrefslogtreecommitdiff
path: root/cups-config.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-07-08 20:45:48 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-07-08 20:45:48 +0000
commitc7017eccd21da514f345a5c7a41156b1adf7cb35 (patch)
tree155dfe5c7696ab6789d31cc7bfc5eb0874eecb11 /cups-config.in
parentcc75483441ba4241a6b0079e028d7699d99a6b0f (diff)
downloadcups-c7017eccd21da514f345a5c7a41156b1adf7cb35.tar.gz
Merge changes from CUPS 1.5svn-r9198.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2309 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups-config.in')
-rwxr-xr-xcups-config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/cups-config.in b/cups-config.in
index 8a3db3375..f59abe0bb 100755
--- a/cups-config.in
+++ b/cups-config.in
@@ -4,7 +4,7 @@
#
# CUPS configuration utility.
#
-# Copyright 2007-2008 by Apple Inc.
+# Copyright 2007-2010 by Apple Inc.
# Copyright 2001-2006 by Easy Software Products, all rights reserved.
#
# These coded instructions, statements, and computer programs are the
@@ -15,7 +15,7 @@
#
VERSION="@CUPS_VERSION@"
-APIVERSION="1.4"
+APIVERSION="1.5"
BUILD="@CUPS_BUILD@"
prefix=@prefix@
@@ -113,12 +113,12 @@ while test $# -gt 0; do
;;
--libs)
if test $static = no; then
- libs="-lcups $LIBS";
+ libs="@EXTLINKCUPS@ $LIBS";
if test $image = yes; then
- libs="-lcupsimage $libs"
+ libs="@EXTLINKCUPSIMAGE@ $libs"
fi
if test $driver = yes; then
- libs="-lcupsdriver $libs"
+ libs="@EXTLINKCUPSDRIVER@ $libs"
fi
else
libs="$libdir/libcups.a $LIBS";