Skip to content

Instantly share code, notes, and snippets.

@zzak
Created October 16, 2012 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzak/3899727 to your computer and use it in GitHub Desktop.
Save zzak/3899727 to your computer and use it in GitHub Desktop.
Index: configure.in
===================================================================
--- configure.in (revision 37225)
+++ configure.in (working copy)
@@ -2293,7 +2293,7 @@
AC_SUBST(TRY_LINK)
AC_ARG_WITH(opt-dir,
- AS_HELP_STRING([--with-opt-dir=DIR], [add optional headers and libraries DIR]),
+ AS_HELP_STRING([--with-opt-dir=DIR], [add optional headers and libraries DIR, allows multiple paths separated by File::PATH_SEPARATOR]),
[
CPPFLAGS="$CPPFLAGS -I$withval/include"
val=`echo $withval|sed 's/\\//\\\\\\//g'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment