mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
#MIN_CONFIG
|
|
|
|
AM_INIT_AUTOMAKE(krfb,0.1)
|
|
|
|
AC_CHECK_HEADER(X11/extensions/XTest.h,
|
|
[],
|
|
AC_MSG_ERROR([XTest extension header not found]))
|
|
|
|
AC_CHECK_HEADER(zlib.h,
|
|
[],
|
|
AC_MSG_ERROR([ZLib header not found]))
|
|
|