From cdddbadc529f351d2f09fa278b66a44fb81d7327 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 18 Dec 2012 23:51:38 +0000 Subject: [PATCH] Minor improvements to configure.ac: * We always build OPAL, so always do the filesystem case-sensitivity check * Protect the extra ORTE/OMPI macros with "if we're building this project..." tests This commit was SVN r27699. --- configure.ac | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 82b7b8ad98..75602143da 100644 --- a/configure.ac +++ b/configure.ac @@ -976,7 +976,7 @@ m4_ifdef([project_orte], [OMPI_PS_FLAVOR_CHECK]) # File system case sensitivity # -m4_ifdef([project_opal], [OPAL_CASE_SENSITIVE_FS_SETUP]) +OPAL_CASE_SENSITIVE_FS_SETUP # AIX: FIONBIO in sys/ioctl.h # glibc: memcpy @@ -1228,8 +1228,10 @@ fi # :-\ m4_ifdef([opal_CONFIG_LOCAL], [opal_CONFIG_LOCAL]) -m4_ifdef([orte_CONFIG_LOCAL], [orte_CONFIG_LOCAL]) -m4_ifdef([ompi_CONFIG_LOCAL], [ompi_CONFIG_LOCAL]) +m4_ifdef([project_orte], + [m4_ifdef([orte_CONFIG_LOCAL], [orte_CONFIG_LOCAL])]) +m4_ifdef([project_ompi], + [m4_ifdef([ompi_CONFIG_LOCAL], [ompi_CONFIG_LOCAL])]) ############################################################################ # Party on