mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
#MIN_CONFIG
|
|
|
|
AM_INIT_AUTOMAKE(krfb,0.6)
|
|
|
|
AC_CHECK_HEADER(X11/extensions/XTest.h,
|
|
[],
|
|
AC_MSG_ERROR([XTest extension header not found / no xlib headers]))
|
|
|
|
AC_CHECK_HEADER(zlib.h,
|
|
[],
|
|
AC_MSG_ERROR([ZLib header not found]))
|
|
|
|
AC_CHECK_HEADER(jpeglib.h,
|
|
[],
|
|
AC_MSG_ERROR([libjpeg header not found]))
|
|
|
|
|
|
|