~ubuntu-branches/ubuntu/saucy/curl/saucy-201307251546

« back to all changes in this revision

Viewing changes to curl-config.in

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-03-23 16:24:51 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: package-import@ubuntu.com-20120323162451-z4gstlabjkgnrh7h
Tags: upstream-7.25.0
ImportĀ upstreamĀ versionĀ 7.25.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
           CURLLIBDIR=""
143
143
        fi
144
144
        if test "X@REQUIRE_LIB_DEPS@" = "Xyes"; then
145
 
          echo ${CURLLIBDIR}-lcurl @LDFLAGS@ @LIBCURL_LIBS@ @LIBS@
 
145
          echo ${CURLLIBDIR}-lcurl @LIBCURL_LIBS@ @LIBS@
146
146
        else
147
 
          echo ${CURLLIBDIR}-lcurl @LDFLAGS@ @LIBS@
 
147
          echo ${CURLLIBDIR}-lcurl @LIBS@
148
148
        fi
149
149
        ;;
150
150