(HAVE_FRIBIDI): Unset FRIBIDI_LD_FLAGS if fribidi
authorhanda <handa>
Fri, 21 May 2004 11:21:37 +0000 (11:21 +0000)
committerhanda <handa>
Fri, 21 May 2004 11:21:37 +0000 (11:21 +0000)
library is not found.

configure.ac

index 64930c9..26f6534 100644 (file)
@@ -23,8 +23,8 @@ dnl 02111-1307, USA.
 
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(m17n-lib, 1.0.2, m17n-lib-bug@m17n.org)
-AM_INIT_AUTOMAKE(m17n-lib, 1.0.2)
+AC_INIT(m17n-lib, 1.1.0, m17n-lib-bug@m17n.org)
+AM_INIT_AUTOMAKE(m17n-lib, 1.1.0)
 AM_CONFIG_HEADER(src/config.h)
 
 # Checks for programs for compiling.
@@ -87,6 +87,7 @@ if test "x$HAVE_FRIBIDI" = "xyes"; then
            [Define to 1 if you have Fribidi library and header file.])
 else
   CPPFLAGS="$save_CPPFLAGS"
+  FRIBIDI_LD_FLAGS=
 fi
 LIBS="$save_LIBS"
 AC_SUBST(FRIBIDI_LD_FLAGS)