summaryrefslogtreecommitdiffstats
path: root/qtinterface/configure.in.in
blob: 18799c575a91f22b5cdac9088873fad019e25ab9 (plain)
1
2
3
4
5
6
7
#MIN_CONFIG

AC_ARG_ENABLE(qt4support, [  --enable-qt4     Enable Qt4 support (this will disable all Qt3 support) ],  with_qt4support=$enableval, with_qt4support=no)
AM_CONDITIONAL(USE_QT3, test "$with_qt4support" = "no")
AM_CONDITIONAL(USE_QT4, test "$with_qt4support" = "yes")

AC_PATH_PROGS(MD5SUM, [md5sum gmd5sum], [md5sum])