|
|
|
@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
|
|
|
|
|
# | (__| |_| | _ <| |___ |
|
|
|
|
# \___|\___/|_| \_\_____| |
|
|
|
|
# |
|
|
|
|
# Copyright (C) 2001 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. |
|
|
|
|
# Copyright (C) 2001 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al. |
|
|
|
|
# |
|
|
|
|
# This software is licensed as described in the file COPYING, which |
|
|
|
|
# you should have received as part of this distribution. The terms |
|
|
|
@ -181,10 +181,15 @@ while test $# -gt 0; do
@@ -181,10 +181,15 @@ while test $# -gt 0; do
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
--libs) |
|
|
|
|
if test "X@libdir@" != "X/usr/lib"; then |
|
|
|
|
CURLLIBDIR="-L@libdir@ " |
|
|
|
|
else |
|
|
|
|
CURLLIBDIR="" |
|
|
|
|
fi |
|
|
|
|
if test "X@REQUIRE_LIB_DEPS@" = "Xyes"; then |
|
|
|
|
echo -L@libdir@ -lcurl @LDFLAGS@ @LIBS@ |
|
|
|
|
echo ${CURLLIBDIR}-lcurl @LDFLAGS@ @LIBS@ |
|
|
|
|
else |
|
|
|
|
echo -L@libdir@ -lcurl @LDFLAGS@ |
|
|
|
|
echo ${CURLLIBDIR}-lcurl @LDFLAGS@ |
|
|
|
|
fi |
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|