summaryrefslogtreecommitdiffstats
path: root/smoke/qt
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:08:44 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:08:44 -0600
commit14a51084c386eb102ffdd72df58532271860aaca (patch)
tree1128e57dd2cfcfb0c5b304981de5365132f5da5f /smoke/qt
parent9ba04742771370f59740e32e11c5f3a1e6a1b70a (diff)
downloadtdebindings-14a51084c386eb102ffdd72df58532271860aaca.tar.gz
tdebindings-14a51084c386eb102ffdd72df58532271860aaca.zip
Fix automake problem
Diffstat (limited to 'smoke/qt')
-rw-r--r--smoke/qt/configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoke/qt/configure.in.in b/smoke/qt/configure.in.in
index 5c2b2faf..9f79c912 100644
--- a/smoke/qt/configure.in.in
+++ b/smoke/qt/configure.in.in
@@ -66,7 +66,7 @@ AC_TRY_LINK([
])
if test ! "$ac_cv_lib_qscintilla" = no; then
- AC_DEFINE_UNTQUOTED(HAVE_LIBTQSCINTILLA, 1, [Define if you have libqscintilla])
+ AC_DEFINE_UNQUOTED(HAVE_LIBTQSCINTILLA, 1, [Define if you have libqscintilla])
LIBTQSCINTILLA="$ac_cv_lib_qscintilla"
AC_MSG_RESULT($ac_cv_lib_qscintilla)
else