From 919e3999366a8a69f0ad706247004b1568d86841 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Tue, 22 Apr 2008 10:54:00 -0700 Subject: [PATCH] Fix configure.ac missing fi after initial merge. --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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= Path to juju include files]) if ! test -z "$with_juju_dir" ; then