projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff783ad
)
fix silly bug that caused build to fail when check is missing
author
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 11 Sep 2005 12:02:02 +0000
(12:02 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Sun, 11 Sep 2005 12:02:02 +0000
(12:02 +0000)
Original commit message from CVS:
fix silly bug that caused build to fail when check is missing
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 23767a893467ec55a6ec31c57baea3bbd9ef3e3f..d09df60e93119a2a51d891034fe70037007a38e6 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-290,7
+290,7
@@
AM_PATH_CHECK(0.9.2,
HAVE_CHECK=yes
AC_MSG_NOTICE(CHECK_CFLAGS: $CHECK_CFLAGS)
AC_MSG_NOTICE(CHECK_LIBS: $CHECK_LIBS)
- ]
+ ]
,
HAVE_CHECK=no)
AM_CONDITIONAL(HAVE_CHECK, test "x$HAVE_CHECK" = "xyes")