[FriBidi-commit] fribidi configure.ac,1.9,1.10

Behdad Esfahbod behdad at pdx.freedesktop.org
Tue May 25 05:28:13 PDT 2004


Update of /cvs/fribidi/fribidi
In directory pdx:/tmp/cvs-serv6729

Modified Files:
	configure.ac 
Log Message:
Ok, seems like there are a few bits wrong in Pango, and I simply copied :">.


Index: configure.ac
===================================================================
RCS file: /cvs/fribidi/fribidi/configure.ac,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/configure.ac	25 May 2004 12:15:44 -0000	1.9
+++ b/configure.ac	25 May 2004 12:28:11 -0000	1.10
@@ -76,7 +76,11 @@
 
 dnl ==========================================================================
 
-# Checks for Win32.
+# Checks for programs.
+AC_PROG_CC
+AC_PROG_INSTALL
+AC_LIBTOOL_WIN32_DLL
+AC_PROG_LIBTOOL
 AC_MSG_CHECKING([for native Win32])
   case $build_os in
     mingw*) os_win32=yes ;;
@@ -84,17 +88,6 @@
   esac
 AC_MSG_RESULT([$os_win32])
 AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes")
-if test "$os_win32" = "yes"; then
-  if test x$enable_static = xyes -o x$enable_static = x; then
-    AC_MSG_WARN([Disabling static library build, must build as DLL on Windows.])
-    enable_static=no
-  fi
-  if test x$enable_shared = xno; then
-    AC_MSG_WARN([Enabling shared library build, must build as DLL on Windows.])
-  fi
-  enable_shared=yes
-fi
-
 AC_MSG_CHECKING([for some Win32 platform])
   case $build_os in
     mingw*|cygwin*) platform_win32=yes ;;
@@ -103,11 +96,6 @@
 AC_MSG_RESULT([$platform_win32])
 AM_CONDITIONAL(PLATFORM_WIN32, test "$platform_win32" = "yes")
 
-# Checks for programs.
-AC_PROG_CC
-AC_PROG_INSTALL
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
 
 # Checks for header files.
 AC_HEADER_STDC




More information about the FriBidi-Commit mailing list