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 / +10 lines)
Lines 5364-5376 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
	    	# PP: here i have trouble, since on my machine
5368
		# the WX_HOME point to /usr/local (old 2.5) and should be /usr...
5369
		# lets try as last chance
5370
		WX_HOME=/usr
5371
		if test ! -f "${WX_HOME}/${wx_config_binary}"
5372
           	then
5367
                { { echo "$as_me:$LINENO: error: Could not find ${wx_config_binary}" >&5
5373
                { { echo "$as_me:$LINENO: error: Could not find ${wx_config_binary}" >&5
5368
echo "$as_me: error: Could not find ${wx_config_binary}" >&2;}
5374
			echo "$as_me: error: Could not find ${wx_config_binary}" >&2;}
5369
   { (exit 1); exit 1; }; }
5375
   { (exit 1); exit 1; }; }
5370
            else
5376
            else
5371
                WX_CONFIG="${WX_HOME}/${wx_config_binary}"
5377
                WX_CONFIG="${WX_HOME}/${wx_config_binary}"
5372
            fi
5378
            fi
5373
        else
5379
        else
5380
                WX_CONFIG="${WX_HOME}/${wx_config_binary}"
5381
            fi
5382
        else
5374
            WX_CONFIG="${WX_HOME}/bin/${wx_config_binary}"
5383
            WX_CONFIG="${WX_HOME}/bin/${wx_config_binary}"
5375
        fi
5384
        fi
5376
    else
5385
    else

Return to bug 96520