mirror of
https://github.com/KDE/krfb
synced 2026-07-01 07:31:16 -07:00
8 lines
138 B
Plaintext
8 lines
138 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]))
|