summaryrefslogtreecommitdiffstats
path: root/VisualNaCro
diff options
context:
space:
mode:
Diffstat (limited to 'VisualNaCro')
-rw-r--r--VisualNaCro/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/VisualNaCro/configure.ac b/VisualNaCro/configure.ac
index d1f4bb6..1f78317 100644
--- a/VisualNaCro/configure.ac
+++ b/VisualNaCro/configure.ac
@@ -8,7 +8,7 @@ AC_CANONICAL_HOST
AM_INIT_AUTOMAKE
dnl Checks for programs.
-AC_CHECK_PROG(SWIG,swig)
+AC_CHECK_PROG(SWIG,swig,swig)
AC_CHECK_PROG(LIBVNCSERVERCONFIG,libvncserver-config,yes,no)
if test "$LIBVNCSERVERCONFIG" != "yes"; then
AC_MSG_ERROR([Need to have libvncserver-config in PATH])
OpenPOWER on IntegriCloud