diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-18 10:48:22 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-18 10:48:22 +0000 |
commit | 707d049b2e547f0892611a9533be0a12fce61c91 (patch) | |
tree | 3642c332d95a6e4c58faad25954e55cea419d395 | |
parent | 36a779f791863311582c97a1c80b4890f002d7f2 (diff) | |
download | gst-plugins-bad-707d049b2e547f0892611a9533be0a12fce61c91.tar.gz gst-plugins-bad-707d049b2e547f0892611a9533be0a12fce61c91.tar.bz2 gst-plugins-bad-707d049b2e547f0892611a9533be0a12fce61c91.zip |
/me slaps rbultje with the autoconf manual
Original commit message from CVS:
/me slaps rbultje with the autoconf manual
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 94e5ba99..650d00bd 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 |