From 6743981fb00af29c2eb0763426410f7ce00d30c8 Mon Sep 17 00:00:00 2001 From: Diane Bruce Date: Tue, 18 Aug 2009 21:21:43 +0000 Subject: [PATCH] - 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 --- configure | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index c6df6db3c..5d9ab182e 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 72763709a..cde16dc82 100644 --- a/configure.ac +++ b/configure.ac @@ -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