Fix configure.ac missing fi after initial merge.

This commit is contained in:
Dan Dennedy 2008-04-22 10:54:00 -07:00
parent 7c4d497054
commit 919e399936
1 changed files with 1 additions and 0 deletions

View File

@ -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