From f6b13b7e45d5548e5f7e905a130a34be9bb848ab Mon Sep 17 00:00:00 2001 From: hanwen Date: Tue, 9 May 2006 08:21:57 +0000 Subject: [PATCH] (LINK_GXX_STATICALLY): new --with-ncsb-dir. (backport) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f577f24ac1..d15d64e897 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ NCSB_DIR=unknown AC_ARG_WITH(ncsb-dir, [ --with-ncsb-dir=DIR location of Century Schoolbook fonts Default: detect with fc-match(1)], - [NCSB_DIR=$withval]) + [NCSB_DIR=$withval], [NCSB_DIR=""]) reloc_b=no AC_ARG_ENABLE(relocation, -- 2.39.5