mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove traces of Q_CYGWIN_WIN
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26916 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
60c6b1966d
commit
1ad4fd55ea
@ -127,10 +127,6 @@ AC_DEFUN([QT4_DO_IT_ALL],
|
||||
QT4_CPPFLAGS="-DQT_NO_STL -DQT_NO_KEYWORDS"
|
||||
case ${host} in
|
||||
*mingw*) QT4_CPPFLAGS="-DQT_DLL $QT4_CPPFLAGS";;
|
||||
*cygwin*)
|
||||
if test "x$with_x" = xno ; then
|
||||
QT4_CPPFLAGS="$QT4_CPPFLAGS -DQ_CYGWIN_WIN"
|
||||
fi;;
|
||||
esac
|
||||
AC_SUBST(QT4_CPPFLAGS)
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
||||
*
|
||||
* Therefore there is a tradeoff in enabling or disabling this (JMarc)
|
||||
*/
|
||||
#if defined(Q_WS_MACX) || (defined(Q_WS_WIN) && !defined(Q_CYGWIN_WIN))
|
||||
#if defined(Q_WS_MACX) || (defined(Q_WS_WIN) && !defined(Q_OS_CYGWIN))
|
||||
#define USE_NATIVE_FILEDIALOG 1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user