diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:08:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 16:08:44 -0600 |
commit | 14a51084c386eb102ffdd72df58532271860aaca (patch) | |
tree | 1128e57dd2cfcfb0c5b304981de5365132f5da5f /smoke | |
parent | 9ba04742771370f59740e32e11c5f3a1e6a1b70a (diff) | |
download | tdebindings-14a51084c386eb102ffdd72df58532271860aaca.tar.gz tdebindings-14a51084c386eb102ffdd72df58532271860aaca.zip |
Fix automake problem
Diffstat (limited to 'smoke')
-rw-r--r-- | smoke/qt/configure.in.in | 2 |
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 |