summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2008-04-22 10:54:00 -0700
committerGravatar Dan Dennedy 2008-04-22 10:54:00 -0700
commit919e3999366a8a69f0ad706247004b1568d86841 (patch)
tree1f90ee1d3741dcd5c03a16427df94a9bfb63f2dd /configure.ac
parentMerge commit 'krh/juju' (diff)
Fix configure.ac missing fi after initial merge.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 28ddacb..a8de663 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,6 +28,7 @@ dnl Check to see if valgrind is available
AC_ARG_WITH(valgrind, AC_HELP_STRING([--with-valgrind],[compile with valgrind support]))
if test x$with_valgrind = xyes ; then
AC_CHECK_HEADERS(valgrind/valgrind.h)
+fi
AC_ARG_WITH(juju-dir,[ --with-juju-dir=<dir> Path to juju include files])
if ! test -z "$with_juju_dir" ; then