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@<:@=qt|kde@:>@ Smoke: build Smoke for qt+kde or qt only @<:@default:qt kde@:>@],
|
|
[ kde_build_libsmoke="$withval" ],
|
|
[ kde_build_libsmoke="qt kde" ]
|
|
)
|
|
AC_SUBST(kde_build_libsmoke)
|
|
|
|
|