remove config.h -- flint's config.h should be used

This commit is contained in:
Fredrik Johansson 2015-07-15 16:36:53 +02:00
parent e4113ef4da
commit d9cbf6ecd5
2 changed files with 0 additions and 19 deletions

View file

@ -1,8 +0,0 @@
/* This file is autogenerated by ./configure -- do not edit! */
#define POPCNT_INTRINSICS
#define HAVE_BLAS 0
#define HAVE_TLS 1
#define HAVE_PTHREAD 1
#define HAVE_GC 0
#define ARB_REENTRANT 0
#define WANT_ASSERT 0

11
configure vendored
View file

@ -600,17 +600,6 @@ if [ "$WANT_CXX" = "1" ]; then
EXTRA_BUILD="$EXTRA_BUILD arbxx" EXTRA_BUILD="$EXTRA_BUILD arbxx"
fi fi
#write out config.h
echo "/* This file is autogenerated by ./configure -- do not edit! */" > config.h
echo "$CONFIG_POPCNT_INTRINSICS" >> config.h
echo "$CONFIG_BLAS" >> config.h
echo "$CONFIG_TLS" >> config.h
echo "$CONFIG_PTHREAD" >> config.h
echo "$CONFIG_GC" >> config.h
echo "#define ARB_REENTRANT $REENTRANT" >> config.h
echo "#define WANT_ASSERT $ASSERT" >> config.h
#write out Makefile #write out Makefile
echo "# This file is autogenerated by ./configure -- do not edit!" > Makefile echo "# This file is autogenerated by ./configure -- do not edit!" > Makefile