ref: cc62528640ac1659ebdde9437fdae61710a1362e
parent: 902c9fc8930d81d4a81e110f82ffba657b73d87d
author: cbagwell <cbagwell>
date: Sat Mar 1 13:26:41 EST 2008
Use correct string compare operator.
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@
using_pkgconfig=no
if test "$with_pkgconfigdir" != "no"; then
- if test "$with_pkgconfigdir" == ""; then
+ if test "$with_pkgconfigdir" = ""; then
with_pkgconfigdir="\$(libdir)/pkgconfig"
fi
using_pkgconfig="yes"