summaryrefslogtreecommitdiffstats
path: root/kommander/configure.in.in
blob: 6d8c8d930f1c8c0fd12ed5093ac17b137d567ecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CPPFLAGS="$CPPFLAGS -DKOMMANDER -DDESIGNER -DQT_NO_SQL -DHAVE_KDE"

# Process user input to configure
build_kommander="yes"
AC_ARG_WITH(kommander,
[  --without-kommander     don't build Kommander],
[if test "$withval" = "no" ; then
  build_kommander="no"
fi])

if test "$build_kommander" = "no"; then
  DO_NOT_COMPILE="$DO_NOT_COMPILE kommander"
fi