gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] 06/10: configure: cosmetics


From: gnunet
Subject: [libmicrohttpd] 06/10: configure: cosmetics
Date: Wed, 01 Nov 2023 11:52:21 +0100

This is an automated email from the git hooks/post-receive script.

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit c5a84732d58f3869cf940ca422194adf7840f857
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Oct 30 19:30:40 2023 +0300

    configure: cosmetics
---
 configure.ac | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2b010ddd..e0b18855 100644
--- a/configure.ac
+++ b/configure.ac
@@ -961,6 +961,8 @@ AS_VAR_IF([mhd_cv_c_alignof], ["yes"],
 
 # Check system type
 AC_MSG_CHECKING([[for target host OS]])
+os_is_windows="no"
+os_is_native_w32="no"
 AS_CASE(["$host_os"],
  [*darwin* | *rhapsody* | *macosx*],
  [AC_DEFINE([OSX],[1],[This is an OS X system])
@@ -999,7 +1001,7 @@ AS_CASE(["$host_os"],
   [AC_DEFINE([CYGWIN],[1],[This is a Cygwin system])
      mhd_host_os='Windows/Cygwin'
      AC_MSG_RESULT([[$mhd_host_os]])
-     os_is_windows=yes],
+     os_is_windows="yes"],
   [*mingw*],
   [
     AC_DEFINE([MINGW],[1],[This is a MinGW system])
@@ -1016,8 +1018,8 @@ AS_CASE(["$host_os"],
      AS_IF([test "x$ac_cv_use_ms_lib_tool" = "xyes"],
        [AC_SUBST([MS_LIB_TOOL], [[lib]])])
      AC_SUBST([lt_cv_objdir])
-     os_is_windows=yes
-     os_is_native_w32=yes
+     os_is_windows="yes"
+     os_is_native_w32="yes"
    ],
    [*openedition*],
    [AC_DEFINE([OS390],[1],[This is a OS/390 system])

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]