mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
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:
parent
e0ab9b5740
commit
c5bed46905
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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 #
|
||||
|
|
Loading…
Reference in a new issue