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.
tdemultimedia/kmid/configure.in.in

6 lines
166 B

KDE_CHECK_HEADER([libkmid/libkmid.h], [kde_mid_compiles=yes], [kde_mid_compiles=no])
if test $kde_mid_compiles = no; then
DO_NOT_COMPILE="$DO_NOT_COMPILE kmid"
fi