From 774b75b0c61d768986b040e4965d67986490a669 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 21 May 2004 11:21:37 +0000 Subject: [PATCH] (HAVE_FRIBIDI): Unset FRIBIDI_LD_FLAGS if fribidi library is not found. --- configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 64930c9..26f6534 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 1.7.10.4