make fatal actually be fatal. Whoops.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5290 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-09-12 15:32:18 +00:00
parent 0a64828a27
commit c2faf7df76
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2002-09-12 John Levon <levon@movementarian.org>
* qt.m4: make $FATAL actually work
2002-09-12 John Levon <levon@movementarian.org>
* configure.ac:

View File

@ -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"/` ])