aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2007-09-17 22:42:15 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2007-09-17 22:42:15 +0000
commit1e0be90b3d71362b5fcc6359c876e91c73a2a641 (patch)
tree0815c348bf1cc75874822dddffb9265be6e5ef29 /configure.in
parent7b6bc7a2b698ba6c9e354d53949170642d8f5bbd (diff)
Added test to the libsmi AM_CONDITIONAL to remove a error message in configure.
svn path=/trunk/; revision=22895
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d7113a443e..c0760158a4 100644
--- a/configure.in
+++ b/configure.in
@@ -132,7 +132,7 @@ AC_ARG_WITH([libsmi],
with_libsmi="$withval", with_libsmi="yes")
if test "x$with_libsmi" = "xyes"; then
AM_PATH_LIBSMI
- AM_CONDITIONAL(HAVE_SMI, "x$with_libsmi" = "xyes")
+ AM_CONDITIONAL(HAVE_SMI, test "x$with_libsmi" = "xyes")
fi
# Check for xsltproc