Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Use 32bit include directory as well #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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)])
Expand Down