Also check target for *-*-cygwin.

This commit is contained in:
Jonathan Schleifer 2007-09-24 12:38:39 +02:00
parent b2bce40730
commit 2e3a5c4f90

View file

@ -66,7 +66,7 @@ AC_DEFUN([AM_SHARED_LIB], [
UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}' UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
CLEAN_LIB='' CLEAN_LIB=''
;; ;;
*-*-mingw32) *-*-mingw32 | *-*-cygwin)
AC_MSG_RESULT(MinGW32) AC_MSG_RESULT(MinGW32)
LIB_CPPFLAGS='-DPIC' LIB_CPPFLAGS='-DPIC'
LIB_CFLAGS='' LIB_CFLAGS=''