From 6a75a979990b89b97ea3921ae0573ea61227c35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 3 Apr 2006 10:51:54 +0000 Subject: configure.ac: Add AX_CREATE_STDINT_H to create _stdint.h, needed by the dts plugin. Original commit message from CVS: * configure.ac: Add AX_CREATE_STDINT_H to create _stdint.h, needed by the dts plugin. --- ChangeLog | 6 ++++++ configure.ac | 3 +++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89f8da4d..6f17e613 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-03 Tim-Philipp Müller + + * configure.ac: + Add AX_CREATE_STDINT_H to create _stdint.h, needed by + the dts plugin. + 2006-04-03 Tim-Philipp Müller * ext/soundtouch/gstpitch.cc: diff --git a/configure.ac b/configure.ac index 1a029246..097630ca 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,9 @@ dnl *** checks for libraries *** dnl *** checks for header files *** +dnl used by ext/dts +AX_CREATE_STDINT_H + dnl *** checks for types/defines *** dnl *** checks for structures *** -- cgit v1.2.1