summaryrefslogtreecommitdiffstats
path: root/smoke
diff options
context:
space:
mode:
Diffstat (limited to 'smoke')
-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