1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-05 09:28:35 +00:00
krfb/configure.in.in
Andy Fawcett c2f918fe17 - s/AC_/KDE_/ so that the supplied configure arguments are actually used
(at least it configures ok on FBSD and linux here)

svn path=/trunk/kdenetwork/krfb/; revision=148703
2002-04-11 10:09:32 +00:00

15 lines
270 B
Plaintext

KDE_CHECK_HEADER(X11/extensions/XTest.h,
[],
AC_MSG_ERROR([XTest extension header not found / no xlib headers]))
KDE_CHECK_HEADER(zlib.h,
[],
AC_MSG_ERROR([ZLib header not found]))
KDE_CHECK_HEADER(jpeglib.h,
[],
AC_MSG_ERROR([libjpeg header not found]))