aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2003-12-08 22:45:55 +0000
committerN.N. <sevyves@users.sourceforge.net>2003-12-08 22:45:55 +0000
commit9f97696fb6f76f031f15d9313cf5c5e11381449c (patch)
tree1411e9e03bdb80dd110f6e4e4798c996c3569edb /configure.ac
parentdb4edc0406452c0c777e1214919557f4e6c2ae11 (diff)
PiDiP 0.12.11
svn path=/trunk/externals/pidip/; revision=1207
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index dc5e013..6d55e6f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT
-PDP_PIDIP_VERSION=0.12.10
+PDP_PIDIP_VERSION=0.12.12
PD_DIR=/usr/local/pd
PDP_DIR=/usr/local/pd/pdp
FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg
@@ -28,17 +28,6 @@ IMLIB_CFLAGS=`imlib2-config --cflags`
AC_SUBST(IMLIB_LIBS)
AC_SUBST(IMLIB_CFLAGS)
-AC_PATH_GENERIC(aalib, 1.0.0, [
- AC_SUBST(AALIB_LIBS)
- AC_SUBST(AALIB_CFLAGS) ],
- AC_MSG_ERROR(Cannot find aalib: Is aalib-config in the path?) )
-
-dnl the above doesn't work for some reason :/
-AALIB_LIBS=`aalib-config --libs`
-AALIB_CFLAGS=`aalib-config --cflags`
-AC_SUBST(AALIB_LIBS)
-AC_SUBST(AALIB_CFLAGS)
-
AC_CHECK_LIB(Magick, XWindowByProperty, , AC_MSG_ERROR(screen captures requires ImageMagick library!!), -I/usr/X11R6/include -L/usr/X11R6/lib )
AC_CHECK_LIB(bz2, BZ2_bzBuffToBuffCompress, , AC_MSG_ERROR(streaming requires bz2 library!!))
AC_CHECK_LIB(z, deflate, , AC_MSG_ERROR(streaming requires compress library!!))