From 2a6d6db8e2dbe21e3d9c66ea3ed3447c46d48a0a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 7 Nov 2013 00:19:52 +0000 Subject: winsup/ChangeLog: 2013-11-06 Christopher Faylor * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. * configure.cygwin: Default to '.' if can't find a winsup directory. winsup/cygserver/ChangeLog: 2013-11-06 Christopher Faylor * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/cygwin/ChangeLog: 2013-11-06 Christopher Faylor * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/utils/ChangeLog: 2013-11-06 Christopher Faylor * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. --- winsup/cygserver/configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'winsup/cygserver/configure.ac') diff --git a/winsup/cygserver/configure.ac b/winsup/cygserver/configure.ac index 9fc9a0e16..48fb7c45e 100644 --- a/winsup/cygserver/configure.ac +++ b/winsup/cygserver/configure.ac @@ -15,9 +15,6 @@ AC_CONFIG_AUX_DIR(..) . ${srcdir}/../configure.cygwin -AC_WINDOWS_HEADERS -AC_WINDOWS_LIBS - AC_PROG_INSTALL AC_NO_EXECUTABLES AC_CANONICAL_SYSTEM @@ -26,6 +23,10 @@ AC_PROG_CC AC_PROG_CXX AC_PROG_CPP AC_LANG(C) + +AC_WINDOWS_HEADERS +AC_WINDOWS_LIBS + AC_LANG(C++) AC_CYGWIN_INCLUDES -- cgit v1.2.3