You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
466 B

  1. Index: gnunet-0.10.1/configure.ac
  2. ===================================================================
  3. --- gnunet-0.10.1.orig/configure.ac
  4. +++ gnunet-0.10.1/configure.ac
  5. @@ -194,7 +194,7 @@ AM_CONDITIONAL(GNU, test "$build_target"
  6. AC_MSG_RESULT([$build_target])
  7. AC_SUBST(build_target)
  8. AM_CONDITIONAL([am__fastdepOBJC], false)
  9. -AC_UNALIGNED_64_ACCESS
  10. +# AC_UNALIGNED_64_ACCESS
  11. # some other checks for standard libs
  12. AC_SEARCH_LIBS([gethostbyname], [nsl ws2_32])