summaryrefslogtreecommitdiffstats
path: root/config/BlankForm
diff options
context:
space:
mode:
Diffstat (limited to 'config/BlankForm')
-rw-r--r--config/BlankForm18
1 files changed, 0 insertions, 18 deletions
diff --git a/config/BlankForm b/config/BlankForm
index 55a3b49..e297cc3 100644
--- a/config/BlankForm
+++ b/config/BlankForm
@@ -115,21 +115,3 @@ case $CC_BASENAME in
PROFILE_CPPFLAGS=
;;
esac
-
-
-
-# Overriding Configure Tests
-# --------------------------
-#
-# Values for overriding configuration tests when cross compiling.
-# This includes compiling on some machines where the serial front end
-# compiles for a parallel back end.
-
-# Set this to `yes' or `no' depending on whether the target is big
-# endian or little endian.
-#ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'}
-
-# Set this to the width required by printf() to print type `long
-# long'. For instance, if the format would be `%lld' then set it to
-# `ll' or if the format would be `%qd' set it to `q'.
-#hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'}