Commit e1562106 authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac.in: fixed typo in wxWindows headers detection code.
parent 0142fab0
...@@ -2325,7 +2325,7 @@ then ...@@ -2325,7 +2325,7 @@ then
CXXFLAGS_wxwindows="${CXXFLAGS_wxwindows} `${WX_CONFIG} --cxxflags`" CXXFLAGS_wxwindows="${CXXFLAGS_wxwindows} `${WX_CONFIG} --cxxflags`"
LDFLAGS_wxwindows="${LDFLAGS_wxwindows} `${WX_CONFIG} --libs`" LDFLAGS_wxwindows="${LDFLAGS_wxwindows} `${WX_CONFIG} --libs`"
# now look for the wxprec.h header # now look for the wxprec.h header
CPPFLAGS="${save_CPPFLAGS} ${CXXFLAGS_wxwindows}" CPPFLAGS="${CPPFLAGS_save} ${CXXFLAGS_wxwindows}"
ac_cv_wx_headers=yes ac_cv_wx_headers=yes
AC_CHECK_HEADERS(wx/wxprec.h, , [ AC_CHECK_HEADERS(wx/wxprec.h, , [
ac_cv_wx_headers=no ac_cv_wx_headers=no
...@@ -2336,7 +2336,7 @@ then ...@@ -2336,7 +2336,7 @@ then
PLUGINS="${PLUGINS} wxwindows" PLUGINS="${PLUGINS} wxwindows"
ALIASES="${ALIASES} wxvlc" ALIASES="${ALIASES} wxvlc"
fi fi
CPPFLAGS="${save_CPPFLAGS}" CPPFLAGS="${CPPFLAGS_save}"
fi fi
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment