You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
KDE_CHECK_HEADER([libtdemid/libtdemid.h], [kde_mid_compiles=yes], [kde_mid_compiles=no])
|
|
if test $kde_mid_compiles = no; then
|
|
DO_NOT_COMPILE="$DO_NOT_COMPILE tdemid"
|
|
fi
|
|
|