aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorFneufneu <fneufneu@xbmc.org>2012-10-01 20:21:04 +0200
committerFneufneu <fneufneu@xbmc.org>2012-10-01 20:21:04 +0200
commitfdf4f823cc2a7824e70aa4bc53211ab26c22aaf2 (patch)
tree2adfbf935dc1dd4a166974ce4c2fd5b8bf88807d /configure.in
parent1a36ae33f43bd4825953817adb7eef1c2689a8b8 (diff)
fix ced6980164184f67e9cc224ef61458c5a5facfb1 use the correct macro
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 16a5f0e9e5..954164e9b1 100644
--- a/configure.in
+++ b/configure.in
@@ -1586,7 +1586,7 @@ fi
echo "Checking for SWIG installation"
AC_PATH_PROG(SWIG_EXE, swig, "none")
if test "$SWIG_EXE" = "none"; then
- AC_CHECK_PROG(SWIG20_EXE, swig2.0, , "none")
+ AC_PATH_PROG(SWIG20_EXE, swig2.0, "none")
if test "$SWIG20_EXE" != "none" ; then
SWIG_EXE=$SWIG20_EXE
fi