Skip to content
Snippets Groups Projects
Commit b21d4a49 authored by Dave Page's avatar Dave Page
Browse files

Fix paths properly this time.

git-svn-id: svn://svn.pgadmin.org/trunk@3639 a7884b65-44f6-0310-8a51-81a127f17b15
parent 65ff817d
Branches
Tags REL-1_2_0-BETA1
No related merge requests found
......@@ -166,10 +166,10 @@ else
fi], [
AC_MSG_RESULT(yes)
WX_HOME=/usr/local/wx2
if test ! -f "${WX_HOME}/include/wx/wx-2.5/wx.h"
if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
then
WX_HOME=/usr/local
if test ! -f "${WX_HOME}/include/wx/wx-2.5/wx.h"
if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
then
WX_HOME=/usr
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment