JasonAlt / UberFTP

Interactive GridFTP client
Other
17 stars 14 forks source link

configuration: add extra option to allow builds on Debian #8

Open paulmillar opened 9 years ago

paulmillar commented 9 years ago

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.