diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef867e5..ed63b5b 100644 --- a/configure.ac +++ b/configure.ac @@ -129,7 +129,7 @@ AC_ARG_ENABLE([vst], [enable_vst="no"]) if test "x$enable_vst" = "xyes"; then enable_vst=yes - VST_CPPFLAGS="-I$with_vst_sources" + VST_CPPFLAGS="-I$with_vst_sources -D__int64='long long int'" VST_SOURCE_PATH="$with_vst_sources" AC_SUBST(VST_SOURCE_PATH) AC_SUBST(VST_CPPFLAGS) |