summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2013-02-05 17:25:41 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2013-02-05 17:25:41 +0100
commitf4727622b206f534bf6e6c1a1711d3df9c2e19ec (patch)
tree05967da120179539dff761aad7b2e305e991e94e /configure.ac
parent8c05863f85469223192409f7852b2ce19f44fdfc (diff)
downloadfarstream-f4727622b206f534bf6e6c1a1711d3df9c2e19ec.tar.gz
Use the generic marshallers instead of generating them
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 e10fd7fe..ae9f92c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -310,7 +310,7 @@ AC_SUBST(FS_LT_LDFLAGS)
dnl FS_INTERNAL_CFLAGS
dnl prefer internal headers to already installed ones
-dnl also add builddir include for enumtypes and marshal
+dnl also add builddir include for enumtypes
FS_INTERNAL_CFLAGS="-I\$(top_srcdir) -I\$(top_builddir)"
AC_SUBST(FS_INTERNAL_CFLAGS)