diff options
author | Carlo Bramini <carlo.bramix@libero.it> | 2009-07-21 10:52:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2009-07-21 11:05:01 +0300 |
commit | 72f2d4ac7ca20e5931f4b33e67598d0059ad1527 (patch) | |
tree | 640616399877d1a8e4ae62efd769fe5dfc1eb676 /configure.in | |
parent | 8888c1c1ba25f1c527c4e7aeb7f426e20329b165 (diff) | |
download | pango-72f2d4ac7ca20e5931f4b33e67598d0059ad1527.tar.gz |
Bug 582851 -- Little fix for compiling with Cygwin
Use .def and .rc files on Cygwin, too. Use them for the pangox and
pangoxft libraries, too on Cygwin.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 5548026f..5c1b2838 100644 --- a/configure.in +++ b/configure.in @@ -153,7 +153,7 @@ esac AC_MSG_RESULT([$pango_platform_win32]) AM_CONDITIONAL(PLATFORM_WIN32, test "$pango_platform_win32" = "yes") -if test "$pango_os_win32" = "yes"; then +if test "$pango_platform_win32" = "yes"; then AC_CHECK_TOOL(WINDRES, windres, no) if test "$WINDRES" = no; then AC_MSG_ERROR([*** Could not find an implementation of windres in your PATH.]) @@ -675,7 +675,7 @@ dnl ******************************************************** # LIBRARY_LIBTOOL_OPTIONS="-version-info $VERSION_INFO" MODULE_LIBTOOL_OPTIONS="-export-dynamic -avoid-version" -if test "$pango_os_win32" = yes; then +if test "$pango_platform_win32" = yes; then # We currently use .def files on Windows true LIBRARY_LIBTOOL_OPTIONS="$LIBRARY_LIBTOOL_OPTIONS -no-undefined" @@ -968,6 +968,8 @@ pango/opentype/Makefile pango/pango.rc pango/pangoft2.rc pango/pangowin32.rc +pango/pangox.rc +pango/pangoxft.rc pango-view/Makefile modules/Makefile modules/arabic/Makefile |