From 24fbaa7e8abba50aed638349f77342b1c352768b Mon Sep 17 00:00:00 2001 From: Pedro Kroger Date: Thu, 5 Jan 2006 20:19:12 +0000 Subject: [PATCH] * configure.in (NCSB_DIR): fix --with-ncsb-dir option. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8e50c81ea..84b22f08f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-05 + + * configure.in (NCSB_DIR): fix --with-ncsb-dir option. + 2006-01-05 Han-Wen Nienhuys * Documentation/user/GNUmakefile ($(outdir)/interfaces.itexi): diff --git a/configure.in b/configure.in index 4dd5c2d40b..a4910f1130 100644 --- a/configure.in +++ b/configure.in @@ -35,7 +35,7 @@ AC_ARG_ENABLE(gui, NCSB_DIR=unknown -AC_ARG_WITH(ncsb, +AC_ARG_WITH(ncsb-dir, [ --with-ncsb-dir=DIR location of Century Schoolbook fonts Default: detect with locate(1)], [NCSB_DIR=$withval]) -- 2.39.2