forked from mirror-github-bspeice/flam3
updated configure chain to more recent versions. removed compiler optimization from -O3 that was causing problems for us (-ftree-vectorize).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* config.h. Generated from config.h.in by configure. */
|
||||
/* config.h.in. Generated from configure.in by autoheader. */
|
||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#define HAVE_DLFCN_H 1
|
||||
@@ -84,7 +84,7 @@
|
||||
#define TIME_WITH_SYS_TIME 1
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "3.0"
|
||||
#define VERSION "3.0.1"
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
/* #undef const */
|
||||
|
||||
Reference in New Issue
Block a user