# HG changeset patch # User Jonathan Schleifer # Date 1190769022 -7200 # Node ID aeaee911a68d0ee563976a6a0dd508d38c2221d5 # Parent e9852ec75c5cfaf49f6d4a5223d089ef7ca22a45 Typo. diff -r e9852ec75c5c -r aeaee911a68d m4/buildsys.m4 --- a/m4/buildsys.m4 Wed Sep 26 03:02:44 2007 +0200 +++ b/m4/buildsys.m4 Wed Sep 26 03:10:22 2007 +0200 @@ -66,7 +66,7 @@ UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' CLEAN_LIB='' ;; - *-*-cygwin | *-*-ming32) + *-*-cygwin | *-*-mingw32) AC_MSG_RESULT(Win32) LIB_CPPFLAGS='-DPIC' LIB_CFLAGS=''