summaryrefslogtreecommitdiff
path: root/tests/sysroot.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sysroot.at')
-rw-r--r--tests/sysroot.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sysroot.at b/tests/sysroot.at
index 524db5e9..34e6d48d 100644
--- a/tests/sysroot.at
+++ b/tests/sysroot.at
@@ -67,7 +67,7 @@ LDFLAGS="$LDFLAGS --sysroot=$sysroot -no-undefined"
configure_options="$configure_options --with-sysroot=$sysroot --prefix=$prefix"
#???
-if test "$shlibpath_var" = PATH; then
+if test PATH = "$shlibpath_var"; then
configure_options="$configure_options --libdir=/$prefix/bin"
fi