diff options
Diffstat (limited to 'misc/linm/files/patch-configure')
-rw-r--r-- | misc/linm/files/patch-configure | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/misc/linm/files/patch-configure b/misc/linm/files/patch-configure new file mode 100644 index 000000000000..8b55f812c518 --- /dev/null +++ b/misc/linm/files/patch-configure @@ -0,0 +1,28 @@ +--- configure.orig Thu Feb 16 15:55:08 2006 ++++ configure Thu Feb 16 15:56:04 2006 +@@ -29097,9 +29097,9 @@ + fi + + +-# Check whether --enable-configpath or --disable-configpath was given. +-if test "${enable_configpath+set}" = set; then +- enableval="$enable_configpath" ++# Check whether --enable-cfgpath or --disable-cfgpath was given. ++if test "${enable_cfgpath+set}" = set; then ++ enableval="$enable_cfgpath" + enable_cfgpath=${enableval} + else + enable_cfgpath=default +@@ -29125,9 +29125,9 @@ + + + +-# Check whether --enable-configpath or --disable-configpath was given. +-if test "${enable_configpath+set}" = set; then +- enableval="$enable_configpath" ++# Check whether --enable-kolocalepath or --disable-kolocalepath was given. ++if test "${enable_kolocalepath+set}" = set; then ++ enableval="$enable_kolocalepath" + enable_kolocalepath=${enableval} + else + enable_kolocalepath=default |