View | Details | Raw Unified | Return to bug 854
Collapse All | Expand All

(-)configure.ac (+4 lines)
Lines 1226-1231 AC_ARG_WITH(ssl-dir, Link Here
1226
	[  --with-ssl-dir=PATH     Specify path to OpenSSL installation ],
1226
	[  --with-ssl-dir=PATH     Specify path to OpenSSL installation ],
1227
	[
1227
	[
1228
		if test "x$withval" != "xno" ; then
1228
		if test "x$withval" != "xno" ; then
1229
			case "$withval" in
1230
				# Relative paths
1231
				./*|../*)	withval="`pwd`/$withval"
1232
			esac
1229
			if test -d "$withval/lib"; then
1233
			if test -d "$withval/lib"; then
1230
				if test -n "${need_dash_r}"; then
1234
				if test -n "${need_dash_r}"; then
1231
					LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"
1235
					LDFLAGS="-L${withval}/lib -R${withval}/lib ${LDFLAGS}"

Return to bug 854