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.
|
AC_ARG_WITH(
|
|
smoke,
|
|
[ --with-smoke@<:@=tqt|tde@:>@ Smoke: build Smoke for tqt+tde or tqt only @<:@default:tqt tde@:>@],
|
|
[ kde_build_libsmoke="$withval" ],
|
|
[ kde_build_libsmoke="tqt tde" ]
|
|
)
|
|
AC_SUBST(kde_build_libsmoke)
|
|
|
|
|