I've tried it by specifying $QTDIR/include and not. 1. Why can it not find the header file? 2. Am I allowed to specify a directory path?
AC_CHECK_HEADER( $QTDIR/include/qapplication.h,
,
[exit] )checking for /usr/qt/3/include/qapplication.h... no
$ ll /usr/qt/3/include/qapplication.h
-rw-r--r-- 1 root root 14869 Jan 29 01:02 /usr/qt/3/include/qappication.h
-- ---------------------------------------- Sent from Mozilla and GNU/Linux. Powered by an AMD processor.
