configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious space.
authorColin Walters <walters@verbum.org>
Mon, 5 Apr 2004 22:04:20 +0000 (22:04 +0000)
committerColin Walters <walters@verbum.org>
Mon, 5 Apr 2004 22:04:20 +0000 (22:04 +0000)
Original commit message from CVS:
2004-04-05  Colin Walters  <walters@redhat.com>

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

ChangeLog
configure.ac

index 40f2067..11ae122 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 58ad196..fb33fec 100644 (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 #