Also check target for *-*-cygwin.
This commit is contained in:
parent
b2bce40730
commit
2e3a5c4f90
1 changed files with 1 additions and 1 deletions
|
@ -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=''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue