aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-22 13:37:16 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-03-22 13:37:16 +0000
commitbbfe3b4c706d6e9cf6a9e07188454b5fd6a802e0 (patch)
treed0fec2c009a4eb52978bfa702be204b38d1200d6 /acinclude.m4
parent13802f87d84d23ac987268cdde1bd036641608e9 (diff)
downloadenigma2-bbfe3b4c706d6e9cf6a9e07188454b5fd6a802e0.tar.gz
enigma2-bbfe3b4c706d6e9cf6a9e07188454b5fd6a802e0.zip
fix
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index a2a623c4..d1a5a04d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -248,7 +248,7 @@ AC_SUBST($1_LIBS)
AC_DEFUN(_TUXBOX_APPS_LIB_PKGCONFIG_OPTIONAL,[
PKG_CHECK_MODULES($1,$2,$3="yes",$3="no")
-if test "x$3" = "xyes"; then
+if test "$$3" = "yes"; then
AC_DEFINE($3, 1, [$2 available])
else
$1_CFLAGS=""