diff options
-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 |