Commit c2e2c98d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fixed the cygwin check for -no-undefined

parent 3fa353a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ dnl libtool setup
AM_PROG_LIBTOOL

case $host in
  cygwin* | mingw* | pw32*)
  *-*-cygwin | *-*-mingw* | *-*-pw32*)
    need_no_undefined=yes
    ;;
  *)