diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-24 13:32:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-24 16:27:00 +0200 |
commit | 67119282288e5d378889053e08c8c1dc43e66978 (patch) | |
tree | 1279497922f25fd2b7c2c53a1f9e9c778b9095e6 /configure.in | |
parent | 930ed25687b44c7e8ec34089b15daf7105dfbfcc (diff) |
Missing NSIS is not really a cause for a WARNING
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index bdbe740960a8..4714e0320773 100755 --- a/configure.in +++ b/configure.in @@ -5939,8 +5939,7 @@ if test "$_os" = "WINNT" ; then NSIS_PATH="$nsistest" fi if test -z "$NSIS_PATH"; then - AC_MSG_WARN([NSIS not found, no self contained installer will be build.]) - echo "NSIS not found, no self contained installer will be build." >> warn + AC_MSG_RESULT([NSIS not found, no self contained installer will be build.]) else NSIS_PATH=`cygpath -d "$NSIS_PATH"` NSIS_PATH=`cygpath -u "$NSIS_PATH"` |