- Same typo lurking here in configure 'fail =1' should be 'fail=1'

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@1323 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Diane Bruce 2009-08-18 21:21:43 +00:00
parent 787301b3c4
commit 09288f80c1
2 changed files with 4 additions and 4 deletions

6
configure vendored
View File

@ -2,7 +2,7 @@
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.62 for map65 0.9.
#
# $Id: configure.ac 1236 2009-05-17 12:31:06Z va3db $
# $Id: configure.ac 1251 2009-05-19 22:49:52Z va3db $
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@ -1451,7 +1451,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
$Id: configure.ac 1236 2009-05-17 12:31:06Z va3db $
$Id: configure.ac 1251 2009-05-19 22:49:52Z va3db $
_ACEOF
exit
fi
@ -5752,7 +5752,7 @@ if test $HAS_FFTW3FLIBS -eq 1; then
_ACEOF
else
fail =1
fail=1
echo "You are missing the fortran shim in libfftw3."
fi

View File

@ -172,7 +172,7 @@ if test $HAS_FFTW3FLIBS -eq 1; then
LIBS="${LIBS} -lfftw3f"
AC_DEFINE(HAS_FFTW3FLIBS, 1, )
else
fail =1
fail=1
echo "You are missing the fortran shim in libfftw3."
fi