diff options
author | m0gg | 2006-03-23 12:47:09 +0000 |
---|---|---|
committer | m0gg | 2006-03-23 12:47:09 +0000 |
commit | ed57937975a7be2aa8464f0f4594fc5625544aaa (patch) | |
tree | e0a35bc8a16009c0602cb39086732294d6657692 | |
parent | 2032f91deaaa0bf87ac968d1310283c7ba9476cf (diff) | |
download | csoap-ed57937975a7be2aa8464f0f4594fc5625544aaa.tar.gz csoap-ed57937975a7be2aa8464f0f4594fc5625544aaa.tar.bz2 |
Release numbers from --libs removed
-rwxr-xr-x | csoap-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csoap-config.in b/csoap-config.in index a24f9e3..98a73cb 100755 --- a/csoap-config.in +++ b/csoap-config.in @@ -72,7 +72,7 @@ while test $# -gt 0; do ;; --libs) - echo -L${libdir} -lcsoap-$relcsoap -lnanohttp-$relnanohttp @XML_LIBS@ + echo -L${libdir} -lcsoap -lnanohttp @XML_LIBS@ ;; *) usage |