configure: run configure in 'test' too

Having the test dir completely stand-alone causes too many issues for
users and devs. It still needs to be built specifically.
pull/43/head
Daniel Stenberg 9 years ago
parent 18eeb34989
commit f4fe7371fb
  1. 2
      configure.ac

@ -877,6 +877,8 @@ squeeze CARES_PRIVATE_LIBS
XC_CHECK_BUILD_FLAGS
AC_CONFIG_SUBDIRS([test])
AC_CONFIG_FILES([Makefile libcares.pc])
AC_OUTPUT
XC_AMEND_DISTCLEAN(['.'])

Loading…
Cancel
Save