From: Colin Walters Date: Mon, 5 Apr 2004 22:04:20 +0000 (+0000) Subject: configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious space. X-Git-Tag: RELEASE-0_8_1~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5bed469053eacf2cc347738c42edef8a490d9a0;p=platform%2Fupstream%2Fgstreamer.git configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious space. Original commit message from CVS: 2004-04-05 Colin Walters * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious space. --- diff --git a/ChangeLog b/ChangeLog index 40f2067..11ae122 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-05 Colin Walters + + * configure.ac (VALGRIND_CFLAGS, VALGRIND_LIBS): Remove spurious + space. + 2004-04-05 Benjamin Otte * configure.ac: diff --git a/configure.ac b/configure.ac index 58ad196..fb33fec 100644 --- a/configure.ac +++ b/configure.ac @@ -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 #