From 1292eef3093c98a7f92ad9d7071c03ad76bb43db Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 22 Jan 2010 09:17:33 -0700 Subject: Bug 519459 - Semi-hardcoded include and lib directories in db.m4 https://bugzilla.redhat.com/show_bug.cgi?id=519459 Resolves: bug 519459 Bug Description: Semi-hardcoded include and lib directories in db.m4 Reviewed by: nkinder (Thanks!) Branch: HEAD Fix Description: Added --with-db-inc and --with-db-lib to configure. For the default case, check first in /usr/include/db4, then in /usr/include. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no --- config.h.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index a153b85e..ec970a22 100644 --- a/config.h.in +++ b/config.h.in @@ -321,10 +321,6 @@ slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ -#undef LT_OBJDIR - /* Linux */ #undef Linux @@ -436,7 +432,7 @@ /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned int' if does not define. */ +/* Define to `unsigned' if does not define. */ #undef size_t /* SunOS5 */ -- cgit