summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b9b41bb..1e57096 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,7 +60,7 @@ if test "x$PLUGIN_CFLAGS" = x ; then
[PLUGIN_CFLAGS=${FIREFOX_PLUGIN_CFLAGS}], [AC_MSG_RESULT([no])])
if test "x$PLUGIN_CFLAGS" = x ; then
- PLUGIN_CFLAGS=-I$(top_srcdir)/plugin/include
+ PLUGIN_CFLAGS='-I$(top_srcdir)/plugin/include'
fi
fi
fi