From 39f1f3f75b72f43637afeb963c8c83f080dd2635 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 26 Jun 2008 16:29:41 -0700 Subject: Fix PLUGIN_CFLAGS setting without firefox-plugin.pc & mozilla-plugin.pc Quote $(top_srcdir)/plugin/include to avoid "top_srcdir: command not found" --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3