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.
6 lines
166 B
6 lines
166 B
15 years ago
|
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
|
||
|
|