Use qobject_cast fix crash when we load KRegExpEditorInterface
[kdeaccessibility.git] / ksayit / configure.in.in
blob618f5dcb2c58fd5583920065ca4ad5b526ea16c3
1 #MIN_CONFIG(3.0.0)
3 if test "x$build_arts" = "xno"; then
4   DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit"
5 fi
7 AM_INIT_AUTOMAKE(ksayit, 0.8.3)
8 AC_C_BIGENDIAN
9 AC_CHECK_KDEMAXPATHLEN
11 CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS"
12 CXXFLAGS="$CXXFLAGS $USE_RTTI" dnl (if you also want rtti)
14 if test "x$build_arts" = "xno"; then
15 ยท       DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit"