~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/libcurl/libcurl.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-16 15:16:54 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20070516151654-x9nkigtr2j0i8d0v
Tags: upstream-7.16.2
ImportĀ upstreamĀ versionĀ 7.16.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
     if test -d "$_libcurl_with" ; then
72
72
        LIBCURL_CPPFLAGS="-I$withval/include"
73
73
        _libcurl_ldflags="-L$withval/lib"
74
 
        AC_PATH_PROG([_libcurl_config],["$withval/bin/curl-config"])
 
74
        AC_PATH_PROG([_libcurl_config],[curl-config],["$withval/bin"],
 
75
                     ["$withval/bin"])
75
76
     else
76
77
        AC_PATH_PROG([_libcurl_config],[curl-config])
77
78
     fi