Currently, the autoconf script tries one of two locations to
find the globus_config.h header file. Debian packages of
Globus use neither of these locations.
This patch allows builds on Debian machines by introducing
a new configuration option. With this patch, not specifying
the extra option provides the same behaviour as previously.
However, by specifying
--with-globus_config=/usr/include/globus
building is possible on Debian machines.
This patch also fixes the lack of quoting in the AC_MSG_ERROR call.
Currently, the autoconf script tries one of two locations to find the globus_config.h header file. Debian packages of Globus use neither of these locations.
This patch allows builds on Debian machines by introducing a new configuration option. With this patch, not specifying the extra option provides the same behaviour as previously. However, by specifying
building is possible on Debian machines.
This patch also fixes the lack of quoting in the AC_MSG_ERROR call.