diff options
| author | 2008-04-22 10:54:00 -0700 | |
|---|---|---|
| committer | 2008-04-22 10:54:00 -0700 | |
| commit | 919e3999366a8a69f0ad706247004b1568d86841 (patch) | |
| tree | 1f90ee1d3741dcd5c03a16427df94a9bfb63f2dd | |
| parent | Merge commit 'krh/juju' (diff) | |
Fix configure.ac missing fi after initial merge.
| -rw-r--r-- | configure.ac | 1 |
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 |
