diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 34db3428..4e07af9c 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,9 @@ if test "x$HAVE_UNISTD_H" != "xyes"; then GST_PLUGINS_SELECTED=`echo $GST_PLUGINS_SELECTED | $SED -e s/festival//` fi +dnl used by camerabin +AC_CHECK_HEADERS([sys/time.h]) + dnl used by ext/dts AX_CREATE_STDINT_H |