summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-01-22 09:17:33 -0700
committerRich Megginson <rmeggins@redhat.com>2010-01-22 12:13:27 -0700
commit1292eef3093c98a7f92ad9d7071c03ad76bb43db (patch)
tree056ff79281f9cc5a49375f0989eda95540e1858c /config.h.in
parentb5e653a844af60596f9bc6b16349ee902ddb51f5 (diff)
downloadds-1292eef3093c98a7f92ad9d7071c03ad76bb43db.tar.gz
ds-1292eef3093c98a7f92ad9d7071c03ad76bb43db.tar.xz
ds-1292eef3093c98a7f92ad9d7071c03ad76bb43db.zip
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
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 1 insertions, 5 deletions
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 <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
/* SunOS5 */