mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
- 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:
parent
56b8788321
commit
6743981fb0
6
configure
vendored
6
configure
vendored
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user