summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmg@box.com>2014-06-09 12:36:05 -0700
committerKevin Greenan <kmg@box.com>2014-06-09 12:36:05 -0700
commit259d91ad43aefc30ee8a5a01c200897358371401 (patch)
treeecaf364ac97bb72ddd502d8b474e629b1323e38e
parenta11dc931ffed995c9635b058424fb21a0eea5994 (diff)
downloadgf-complete-259d91ad43aefc30ee8a5a01c200897358371401.tar.gz
autoreconf'd to reflect addition of --disable-sse
-rw-r--r--Makefile.in3
-rwxr-xr-xconfigure14
-rw-r--r--include/config.h.in~3
3 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index c948885..291adfe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,7 +86,8 @@ DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(top_srcdir)/include/config.h.in $(include_HEADERS) COPYING \
- compile config.guess config.sub install-sh missing ltmain.sh
+ compile config.guess config.sub depcomp install-sh missing \
+ ltmain.sh
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/ax_ext.m4 \
diff --git a/configure b/configure
index b60c9d0..a302159 100755
--- a/configure
+++ b/configure
@@ -761,6 +761,7 @@ with_gnu_ld
with_sysroot
enable_libtool_lock
enable_maintainer_mode
+enable_sse
'
ac_precious_vars='build_alias
host_alias
@@ -1403,6 +1404,7 @@ Optional Features:
--enable-maintainer-mode
enable make rules and dependencies not useful (and
sometimes confusing) to the casual installer
+ --disable-sse Build without SSE optimizations
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -11379,7 +11381,7 @@ fi
# Override default CFLAGS
-CFLAGS="-Wall -O3 -g"
+CFLAGS="-Wall -Wpointer-arith -O3 -g"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
@@ -13000,6 +13002,16 @@ $as_echo "$as_me: WARNING: Your processor supports avx instructions but not your
+# Check whether --enable-sse was given.
+if test "${enable_sse+set}" = set; then :
+ enableval=$enable_sse; if test "x$enableval" = "xno" ; then
+ SIMD_FLAGS=""
+ echo "DISABLED SSE!!!"
+ fi
+
+fi
+
+
ac_config_files="$ac_config_files Makefile src/Makefile tools/Makefile test/Makefile examples/Makefile"
cat >confcache <<\_ACEOF
diff --git a/include/config.h.in~ b/include/config.h.in~
index d005fd9..d1b8ab0 100644
--- a/include/config.h.in~
+++ b/include/config.h.in~
@@ -79,6 +79,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION