From a331d4a70c8eee3a9a47ec418638632fb8594909 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Mon, 8 Sep 2014 09:36:58 +0000 Subject: [PATCH] Use 32bit include directory as well --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 717eada..fdb7a9a 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_ARG_WITH(globus, if test "x$globus_location" == "x/usr" ; then # RPM installation - CPPFLAGS=-I$globus_location/lib64/globus/include + CPPFLAGS="-I$globus_location/lib64/globus/include -I$globus_location/lib/globus/include" AC_CHECK_HEADERS([globus_config.h], [GLOBUS_CONFIG_CPPFLAGS="$CPPFLAGS"], [AC_MSG_ERROR(globus_config.h not found, install globus-core)])