diff options
author | Christopher Faylor <me@cgf.cx> | 2013-11-07 00:19:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-11-07 00:19:52 +0000 |
commit | 2a6d6db8e2dbe21e3d9c66ea3ed3447c46d48a0a (patch) | |
tree | be0ba66fb4b1ac325a9208c6888c2677ff6f0cbb /winsup/configure.ac | |
parent | 01eddfd7b2533414a3597aecfb935397ed41de42 (diff) | |
download | cygnal-2a6d6db8e2dbe21e3d9c66ea3ed3447c46d48a0a.tar.gz cygnal-2a6d6db8e2dbe21e3d9c66ea3ed3447c46d48a0a.tar.bz2 cygnal-2a6d6db8e2dbe21e3d9c66ea3ed3447c46d48a0a.zip |
winsup/ChangeLog:
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
* 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 <me.cygwin2013@cgf.cx>
* 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 <me.cygwin2013@cgf.cx>
* 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 <me.cygwin2013@cgf.cx>
* configure.ac: Detect windows headers/libs after we've figured out the
C compiler.
* configure: Regenerate.
* aclocal.m4: Regenerate.
Diffstat (limited to 'winsup/configure.ac')
-rwxr-xr-x | winsup/configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/winsup/configure.ac b/winsup/configure.ac index a74bf603b..2e21f39b6 100755 --- a/winsup/configure.ac +++ b/winsup/configure.ac @@ -16,9 +16,6 @@ AC_CONFIG_AUX_DIR(..) . ${srcdir}/configure.cygwin -AC_WINDOWS_HEADERS -AC_WINDOWS_LIBS - AC_PROG_INSTALL AC_NO_EXECUTABLES AC_CANONICAL_SYSTEM @@ -27,6 +24,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 |