]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Move esac out of ifdef, as in the trunk
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Thu, 29 Apr 1999 08:13:34 +0000 (08:13 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Thu, 29 Apr 1999 08:13:34 +0000 (08:13 +0000)
libtool.m4

index c37b141bf54b42f9f9941afa07fb4589674d3e15..76a1d52f74c99cac498636fbf0575525b63ecf71 100644 (file)
@@ -117,14 +117,14 @@ case "$host" in
   ;;
 
 ifdef([AC_PROVIDE_AC_LIBTOOL_WIN32_DLL],
-[*-*-cygwin*|*-*-mingw*)
+[*-*-cygwin* | *-*-mingw*)
   AC_CHECK_TOOL(DLLTOOL, dlltool, false)
   AC_CHECK_TOOL(AS, as, false)
   AC_CHECK_TOOL(OBJDUMP, objdump, false)
   ;;
-
+])
 esac
-])])
+])
 
 # AC_LIBTOOL_DLOPEN - enable checks for dlopen support
 AC_DEFUN(AC_LIBTOOL_DLOPEN, [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])])