Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96520 | Differences between
and this patch

Collapse All | Expand All

(-)configure.orig (-1 / +6 lines)
Lines 5364-5373 Link Here
5364
        then
5364
        then
5365
            if test ! -f "${WX_HOME}/${wx_config_binary}"
5365
            if test ! -f "${WX_HOME}/${wx_config_binary}"
5366
            then
5366
            then
5367
	    	if test ! -f "${wx_config_binary}"
5368
            	then
5367
                { { echo "$as_me:$LINENO: error: Could not find ${wx_config_binary}" >&5
5369
                { { echo "$as_me:$LINENO: error: Could not find ${wx_config_binary}" >&5
5368
echo "$as_me: error: Could not find ${wx_config_binary}" >&2;}
5370
			echo "$as_me: error: Could not find ${wx_config_binary}" >&2;}
5369
   { (exit 1); exit 1; }; }
5371
   { (exit 1); exit 1; }; }
5370
            else
5372
            else
5373
			WX_CONFIG="${wx_config_binary}"
5374
		fi
5375
            else
5371
                WX_CONFIG="${WX_HOME}/${wx_config_binary}"
5376
                WX_CONFIG="${WX_HOME}/${wx_config_binary}"
5372
            fi
5377
            fi
5373
        else
5378
        else

Return to bug 96520