summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-18 10:48:22 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-18 10:48:22 +0000
commit707d049b2e547f0892611a9533be0a12fce61c91 (patch)
tree3642c332d95a6e4c58faad25954e55cea419d395
parent36a779f791863311582c97a1c80b4890f002d7f2 (diff)
downloadgstreamer-plugins-bad-707d049b2e547f0892611a9533be0a12fce61c91.tar.gz
/me slaps rbultje with the autoconf manual
Original commit message from CVS: /me slaps rbultje with the autoconf manual
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 94e5ba99e..650d00bda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -639,7 +639,7 @@ GST_CHECK_FEATURE(MJPEGTOOLS, [mjpegtools], jpegmmxenc jpegmmxdec, [
AC_CHECK_HEADERS(stdint.h, HAVE_STDINT_H="yes", HAVE_STDINT_H="no")
if [ test x$HAVE_STDINT_H = x"no" ]; then
AC_CHECK_HEADERS(inttypes.h sys/types.h, HAVE_INTTYPES_H="yes", [
- AC_WARNING(No valid header files found, mjpegtools plugins disabled)
+ AC_MSG_WARN(No valid header files found, mjpegtools plugins disabled)
HAVE_INTTYPES_H="no" HAVE_MJPEGTOOLS="no"
])
fi