aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-05-10 05:27:58 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-05-10 05:27:58 +0000
commitc5b4ba72f436f769f21655f3c17c23fb85e29791 (patch)
tree904ce79ef41033d15ae89167aecf6d3f74772345
parent3139138d598aea3cf4ff0ec4d9fa259f21625560 (diff)
removed my stupidity
svn path=/trunk/externals/pidip/; revision=7643
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 097a8e9..717f9af 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,20 +22,19 @@ enable_mpeg4ip=no
# Check for DarwinPorts and/or Fink on Mac OS X/Darwin
case "$host" in
*-darwin* | *-macos10*)
+ PDP_CAPTURE_OBJECT="$PDP_CAPTURE_OBJECT pdp_ieee1394.o"
if test -d /sw ; then
# Fink
PATH="/sw/bin:/sw/sbin:$PATH"
CFLAGS="$CFLAGS -I/sw/include"
CPPFLAGS="$CPPFLAGS -I/sw/include"
LDFLAGS="$LDFLAGS -L/sw/lib"
- PDP_CAPTURE_OBJECT="$PDP_CAPTURE_OBJECT pdp_ieee1394.o"
elif test -d /opt/local ; then
# DarwinPorts
PATH="/opt/local/bin:/opt/local/sbin:$PATH"
CFLAGS="$CFLAGS -I/opt/local/include"
CPPFLAGS="$CPPFLAGS -I/opt/local/include"
LDFLAGS="$LDFLAGS -L/opt/local/lib"
- PDP_CAPTURE_OBJECT="$PDP_CAPTURE_OBJECT pdp_ieee1394.o"
fi
;;
esac