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

(-)3_0_2p1.1/configure.ac (+11 lines)
Lines 316-321 Link Here
316
		fi
316
		fi
317
	]	
317
	]	
318
)
318
)
319
AC_ARG_WITH(rpath,
320
	[  --without-rpath         Disable -R linker flag],
321
	[
322
		if test "x$withval" = "xno" ; then	
323
			need_dash_r=""
324
		fi
325
		if test "x$withval" = "xyes" ; then
326
			need_dash_r=1
327
		fi
328
	]
329
)
319
330
320
AC_ARG_WITH(pcre,
331
AC_ARG_WITH(pcre,
321
	[  --with-pcre[[=PATH]]      Override built in regex library with pcre
332
	[  --with-pcre[[=PATH]]      Override built in regex library with pcre

Return to bug 106