summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7b2b2d51..ec2d99fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,6 +8,10 @@ AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
AC_CONFIG_MACRO_DIR([m4])
+# Define default SPICE_COMMON_SRCDIR
+# Maybe overwritten by ./configure.ac.shared
+SPICE_COMMON_SRCDIR='$(top_srcdir)'/common
+
m4_include(configure.ac.shared)
AC_PROG_LIBTOOL
@@ -67,7 +71,7 @@ fi
AC_MSG_RESULT($have_gcc4)
AC_SUBST(VISIBILITY_HIDDEN_CFLAGS)
-
+AC_SUBST(SPICE_COMMON_SRCDIR)
AC_SUBST(SPICE_REQUIRES)
AC_SUBST(SPICE_NONPKGCONFIG_CFLAGS)
AC_SUBST(SPICE_NONPKGCONFIG_LIBS)
@@ -92,7 +96,7 @@ echo "
prefix: ${prefix}
c compiler: ${CC}
c++ compiler: ${CXX}
-
+
Have XRANDR 1.2: ${have_xrandr12}
Red target: ${red_target}