diff options
Diffstat (limited to 'ksayit/configure.in.in')
-rw-r--r-- | ksayit/configure.in.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ksayit/configure.in.in b/ksayit/configure.in.in new file mode 100644 index 0000000..618f5dc --- /dev/null +++ b/ksayit/configure.in.in @@ -0,0 +1,16 @@ +#MIN_CONFIG(3.0.0) + +if test "x$build_arts" = "xno"; then + DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit" +fi + +AM_INIT_AUTOMAKE(ksayit, 0.8.3) +AC_C_BIGENDIAN +AC_CHECK_KDEMAXPATHLEN + +CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" +CXXFLAGS="$CXXFLAGS $USE_RTTI" dnl (if you also want rtti) + +if test "x$build_arts" = "xno"; then +ยท DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit" +fi |