@@ -318,13 +318,6 @@ AC_ARG_ENABLE([gprof],
318
318
[ enable_gprof=$enableval] ,
319
319
[ enable_gprof=no] )
320
320
321
- dnl Pass compiler & linker flags that make builds deterministic
322
- AC_ARG_ENABLE ( [ determinism] ,
323
- [ AS_HELP_STRING ( [ --enable-determinism] ,
324
- [ Enable compilation flags that make builds deterministic (default is no)] ) ] ,
325
- [ enable_determinism=$enableval] ,
326
- [ enable_determinism=no] )
327
-
328
321
dnl Turn warnings into errors
329
322
AC_ARG_ENABLE ( [ werror] ,
330
323
[ AS_HELP_STRING ( [ --enable-werror] ,
@@ -931,12 +924,6 @@ if test x$TARGET_OS = xdarwin; then
931
924
AX_CHECK_LINK_FLAG ( [ [ -Wl,-bind_at_load] ] , [ HARDENED_LDFLAGS="$HARDENED_LDFLAGS -Wl,-bind_at_load"] ,, [ [ $LDFLAG_WERROR] ] )
932
925
fi
933
926
934
- if test x$enable_determinism = xyes; then
935
- if test x$TARGET_OS = xwindows; then
936
- AX_CHECK_LINK_FLAG ( [ [ -Wl,--no-insert-timestamp] ] , [ LDFLAGS="$LDFLAGS -Wl,--no-insert-timestamp"] ,, [ [ $LDFLAG_WERROR] ] )
937
- fi
938
- fi
939
-
940
927
AC_CHECK_HEADERS ( [ endian.h sys/endian.h byteswap.h stdio.h stdlib.h unistd.h strings.h sys/types.h sys/stat.h sys/select.h sys/prctl.h sys/sysctl.h vm/vm_param.h sys/vmmeter.h sys/resources.h] )
941
928
942
929
AC_CHECK_DECLS ( [ getifaddrs, freeifaddrs] ,[ CHECK_SOCKET] ,,
0 commit comments