# # # patch "ChangeLog" # from [722e3a2a65d86ea6441cd61b09aa4ff698a2def7] # to [caa97902b18d1316040aa5de8f7ec81a8659adbc] # # patch "configure.ac" # from [cae90cea90ff507d8c9e6a11d7396e2fc3bb4f4b] # to [4d670586a1339428e4249c10655f5b52b9558761] # ============================================================ --- ChangeLog 722e3a2a65d86ea6441cd61b09aa4ff698a2def7 +++ ChangeLog caa97902b18d1316040aa5de8f7ec81a8659adbc @@ -1,5 +1,9 @@ 2006-01-18 Nathaniel Smith + * configure.ac: Remove some dead comments. + +2006-01-18 Nathaniel Smith + * configure.ac: s/TRY_RUN/TRY_COMPILE/ a few places, for general cleanliness. ============================================================ --- configure.ac cae90cea90ff507d8c9e6a11d7396e2fc3bb4f4b +++ configure.ac 4d670586a1339428e4249c10655f5b52b9558761 @@ -8,16 +8,6 @@ AC_CONFIG_TESTDIR([tests]) AM_CONFIG_HEADER([config.h]) -# we have some sse2 code in cryptopp -# currently gcc does some surprising things here, so we disable it -# completely. -# AC_CHECK_HEADERS(emmintrin.h, [CXXFLAGS_MSSE2="-msse2"]) - -# autoconf turns on -g by default unless a user overrides. this is -# nice for smallish programs but it makes build times insane for -# spirit-based programs. we turn it off here unless the user turned it -# on themselves. - # Checks for programs. AC_PROG_CXX AC_PROG_CC