configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious space.

Original commit message from CVS:
2004-04-05  Colin Walters  <walters@redhat.com>

* configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
space.
This commit is contained in:
Colin Walters 2004-04-05 22:04:20 +00:00
parent e0ab9b5740
commit c5bed46905
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-04-05 Colin Walters <walters@redhat.com>
* configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious
space.
2004-04-05 Benjamin Otte <otte@gnome.org>
* configure.ac:

View file

@ -418,8 +418,8 @@ if test "x$USE_VALGRIND" = xyes; then
AC_DEFINE(HAVE_VALGRIND, 1, [Define if valgrind should be used])
AC_MSG_NOTICE(Using extra code paths for valgrind)
fi
AC_SUBST (VALGRIND_CFLAGS)
AC_SUBST (VALGRIND_LIBS)
AC_SUBST(VALGRIND_CFLAGS)
AC_SUBST(VALGRIND_LIBS)
dnl ################################################
dnl # Set defines according to variables set above #