Skip to content

Commit

Permalink
Fix some test lines
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Mar 20, 2024
1 parent 64586d5 commit 839652a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1562,7 +1562,7 @@ AC_CHECK_HEADERS([arpa/inet.h netdb.h netinet/in.h sys/socket.h])
##
if test "X${enable_shared}" = "Xyes"; then
AC_MSG_CHECKING([if libtool needs -no-undefined flag to build shared libraries])
case "$$host_os" in
case "$host_os" in
*cygwin*|*mingw*|*aix*)
## Add in the -no-undefined flag to LDFLAGS for libtool
AC_MSG_RESULT([yes])
Expand Down Expand Up @@ -2165,7 +2165,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
## Check whether the global variable `timezone' is defined.
AC_MSG_CHECKING([for global timezone variable])

case "$host_cpu-$host_vendor-$host_os" in
case "$host_os" in
*cygwin*)
AC_MSG_RESULT([disabled in CYGWIN])
;;
Expand Down Expand Up @@ -2196,7 +2196,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
## How do we figure out the width of a tty in characters?
##
AC_CHECK_FUNCS([_getvideoconfig gettextinfo])
case "$host_cpu-$host_vendor-$host_os" in
case "$host_os" in
*cygwin*)
;;
*)
Expand Down

0 comments on commit 839652a

Please sign in to comment.