aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-11 18:20:37 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-10-11 18:20:37 +0000
commit648b420d301cb4bd18644b6dee6627720d49490f (patch)
tree7c4fb6bb45be9ec1669c1e7516150b833d7efd72
parentbdee9e2c5b480e1c289482df52fffec34a4edae0 (diff)
fixed build on ubuntu/maverick
svn path=/trunk/externals/pdp/; revision=15568
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1bb4142..88dd475 100644
--- a/configure.ac
+++ b/configure.ac
@@ -168,8 +168,8 @@ else
if test "x$have_libv4l" = "xyes"
then
AC_DEFINE(HAVE_PDP_LIBV4L, 1, [build pdp_v4l with libv4l])
- PDP_V4L_CFLAGS="$(shell pkg-config --cflags libv4l)"
- PDP_V4L_LIBS="$(shell pkg-config --libs libv4l)"
+ PDP_V4L_CFLAGS="`pkg-config --cflags libv4l`"
+ PDP_V4L_LIBS="`pkg-config --libs libv4l`"
else
PDP_V4L_CFLAGS=""
PDP_V4L_LIBS=""