From c2faf7df761e36bf6c1ab622f9cc301068c3184d Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 12 Sep 2002 15:32:18 +0000 Subject: [PATCH] make fatal actually be fatal. Whoops. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5290 a592a061-630c-0410-9148-cb99ea01b6c8 --- config/ChangeLog | 4 ++++ config/qt.m4 | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config/ChangeLog b/config/ChangeLog index 834c6129d1..a03780ee13 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2002-09-12 John Levon + + * qt.m4: make $FATAL actually work + 2002-09-12 John Levon * configure.ac: diff --git a/config/qt.m4 b/config/qt.m4 index b70ef6215e..9e226aa199 100644 --- a/config/qt.m4 +++ b/config/qt.m4 @@ -1,8 +1,3 @@ - -dnl Please leave this alone. I use this file in -dnl oprofile. -FATAL=1 - dnl find a binary in the path AC_DEFUN(QT_FIND_PATH, [ @@ -137,6 +132,10 @@ AC_DEFUN(QT_CHECK_COMPILE, dnl start here AC_DEFUN(QT_DO_IT_ALL, [ + dnl Please leave this alone. I use this file in + dnl oprofile. + FATAL=1 + AC_ARG_WITH(qt-dir, [ --with-qt-dir where the root of Qt is installed ], [ qt_cv_dir=`eval echo "$withval"/` ])