Sfoglia il codice sorgente

Reverting serial-tests for now as it not compatible with older automake version used for automated testing.

Evgeny Grin (Karlson2k) 10 anni fa
parent
commit
d5fddd30e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -23,7 +23,7 @@
 AC_PREREQ([2.60])
 LT_PREREQ([2.4.0])
 AC_INIT([libmicrohttpd],[0.9.48],[[email protected]])
-AM_INIT_AUTOMAKE([silent-rules] [subdir-objects] [serial-tests])
+AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AH_TOP([#define _GNU_SOURCE  1])