From 83f7839d22136b685af6782b8b4a9405a34bdd03 Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sat, 9 Feb 2008 07:51:07 -0600 Subject: [PATCH] Remove the initialization for builtindir, not required Fixes commit 4bb23dd1. --- src/lib/global/path.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/global/path.c.in b/src/lib/global/path.c.in index 47ff1d46a..a761735b5 100644 --- a/src/lib/global/path.c.in +++ b/src/lib/global/path.c.in @@ -55,7 +55,7 @@ char *schedulefil; /* Where to find built-in configuration tables (relative to configdir) */ char *builtindir_conf = "@builtindir@"; /* Where to find built-in configuration tables (absolute) */ -char *builtindir = "@builtindir@"; +char *builtindir; /* Where to find info pages (relative to configdir) */ char *infodir_conf = "@einfodir@"; -- 2.43.0