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.

20 lines
471 B

  1. --- a/autogen.sh
  2. +++ b/autogen.sh
  3. @@ -3,7 +3,7 @@
  4. set -e
  5. export LC_ALL=C # Stable sorting regardless of the locale
  6. -. script/autogen.d/ca-bundle
  7. +#. script/autogen.d/ca-bundle
  8. . script/autogen.d/geoip
  9. no_geoip=0
  10. @@ -82,7 +82,7 @@ gen_executables noinst_PROGRAMS example
  11. gen_executables ALL_TESTS test libtest_main.la >> include.am
  12. if [ $no_geoip -ne 1 ]; then
  13. - autogen_get_ca_bundle
  14. + #autogen_get_ca_bundle
  15. autogen_get_geoip
  16. fi