Commit c5233839 authored by dscho's avatar dscho

VisualNaCro: fix configure.ac

There was a misunderstanding as to the workings of AC_CHECK_PROG().
Signed-off-by: 's avatarJohannes Schindelin <johannes.schindelin@gmx.de>
parent 1749faf2
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment