summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-23 01:54:16 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-23 02:06:24 +0200
commit0eec648896debbc8aa5411868324365c8f15ba84 (patch)
tree66dd5fb9b7ce9917b2621d5ed2eb946af67096bf /configure.ac
parentf610c60a84e0ff5ee840b9632be89524946c7757 (diff)
downloadpa-sink-ctl-0eec648896debbc8aa5411868324365c8f15ba84.tar.gz
pa-sink-ctl-0eec648896debbc8aa5411868324365c8f15ba84.tar.bz2
pa-sink-ctl-0eec648896debbc8aa5411868324365c8f15ba84.zip
fit autotools config to actual changes and improve
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 1 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 2598614..0745378 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,17 +18,7 @@ PKG_CHECK_MODULES(PULSE_MAINLOOP, [libpulse-mainloop-glib], [], [echo "Error: yo
PKG_CHECK_MODULES(GLIB, [glib-2.0], [], [echo "Error: you need glib!"; exit1])
AC_SUBST(CURSES_LIBS)
-AC_SUBST(PULSE_CFLAGS)
-AC_SUBST(PULSE_LIBS)
-# Checks for header files.
-AC_CHECK_HEADERS([stdio.h stdlib.h stdint.h string.h ncurses.h glib.h pulse/pulseaudio.h pulse/glib-mainloop.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_TYPE_UINT32_T
-
-# Checks for library functions.
-AC_FUNC_REALLOC
-AC_CHECK_FUNCS([strdup])
+AC_CHECK_HEADERS([ncurses.h])
AC_OUTPUT