updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / iml / configure-patch
blob9f1a82592180eeac36b2a2a9d3ccddf350da7b79
1 --- configure.orig      2009-05-30 22:58:54.000000000 +0200
2 +++ configure   2009-05-30 22:59:20.000000000 +0200
3 @@ -20695,7 +20695,7 @@
4  echo "$as_me: error: ATLAS not found!
5  ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
6  " >&2;}
7 -   { (exit 1); exit 1; }; }
8 +   { true; }; }
9  elif test "x$atlas_found" = "xno" ; then
10         { echo "$as_me:$LINENO: result: not found" >&5
11  echo "${ECHO_T}not found" >&6; }
12 @@ -20705,7 +20705,7 @@
13  echo "$as_me: error: ATLAS not found!
14  ATLAS version 3.0 or greater is required for this library to compile. Please make sure ATLAS is installed and specify the header and libraries location with the options --with-atlas-include=<path> and --with-atlas-lib=<path> respectively when running configure.
15  " >&2;}
16 -   { (exit 1); exit 1; }; }
17 +   { true; }; }
18  fi
20  CFLAGS=${BACKUP_CFLAGS}