aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-29 13:16:20 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-29 13:16:20 +0000
commit5dd538547872e461a174b6ca89615178c4e1b854 (patch)
tree11cee3adffa744d77b3a0bd8c842458de10a52d3
parent17461f1978058cc58f1824d78f18ace4365a77f7 (diff)
downloadlibmicrohttpd-5dd538547872e461a174b6ca89615178c4e1b854.tar.gz
libmicrohttpd-5dd538547872e461a174b6ca89615178c4e1b854.zip
[libmicrohttpd] Cygwin PlibC dependency
From: Thomas Stalder <thomas@netsolux.ch> To: libmicrohttpd@gnu.org Date: Today 12:55:56 Attachments: cygwin_plibc.patch Spam Status: Spamassassin 0% probability of being spam. Full report: Probability=No, score=-2.6 required=7.0 tests=BAYES_00 autolearn=ham version=3.2.5-tuminfo_1 Hello, Cygwin provides POSIX emulation. I think libmicrohttpd don't need PLIBC under cygwin. I have removed the PLIBC dependency under cygwin with the attached patch. I have made some tests and all seem to work fine.
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 893d019e..1e66d9d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,12 +117,6 @@ netbsd*)
117 AC_DEFINE_UNQUOTED(CYGWIN,1,[This is a Cygwin system]) 117 AC_DEFINE_UNQUOTED(CYGWIN,1,[This is a Cygwin system])
118 AM_CONDITIONAL(HAVE_GNU_LD, false) 118 AM_CONDITIONAL(HAVE_GNU_LD, false)
119 LDFLAGS="$LDFLAGS -no-undefined" 119 LDFLAGS="$LDFLAGS -no-undefined"
120 # check if PlibC is available
121 CHECK_PLIBC
122 LIBS="$PLIBC_LIBS $LIBS"
123 AC_SUBST(PLIBC_LIBS)
124 AC_SUBST(PLIBC_LDFLAGS)
125 AC_SUBST(PLIBC_CPPFLAGS)
126 ;; 120 ;;
127*mingw*) 121*mingw*)
128 AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system]) 122 AC_DEFINE_UNQUOTED(MINGW,1,[This is a MinGW system])