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.

9 lines
188 B

  1. --- a/Makefile.am
  2. +++ b/Makefile.am
  3. @@ -123,6 +123,3 @@ endif
  4. if NO_STRTONUM
  5. nodist_fdm_SOURCES += compat/strtonum.c
  6. endif
  7. -if NO_B64_NTOP
  8. -nodist_fdm_SOURCES += compat/base64.c
  9. -endif