diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-08 13:26:08 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-08 13:27:45 +0100 |
commit | 70b5173410baaa67ccdb50382870012949549c3d (patch) | |
tree | 8c7fa34b3286dac4aecab1c57e6e581554914818 /lib/libcurl.vers.in | |
parent | eacfb5d8a6d4ce9e3d17a87eae4d9356b56d9422 (diff) | |
download | curl-70b5173410baaa67ccdb50382870012949549c3d.tar.gz |
configure: use XC_LIBTOOL for portability across libtool versions
Diffstat (limited to 'lib/libcurl.vers.in')
-rw-r--r-- | lib/libcurl.vers.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurl.vers.in b/lib/libcurl.vers.in index 8294557b8..ae978a485 100644 --- a/lib/libcurl.vers.in +++ b/lib/libcurl.vers.in @@ -6,7 +6,7 @@ HIDDEN _save*; }; -CURL_@VERSIONED_FLAVOUR@4 +CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@4 { global: curl_*; local: *; |