diff options
Diffstat (limited to 'libcpp/configure')
-rwxr-xr-x | libcpp/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpp/configure b/libcpp/configure index 7e53cad..11da199 100755 --- a/libcpp/configure +++ b/libcpp/configure @@ -7066,7 +7066,7 @@ fi done fi else - if x$lib_type = xauto || x$lib_type = xshared; then + if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name" LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name" else |