summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-20 15:13:39 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-03 14:44:10 +0200
commit253aa0c960ccb3fd2cd6f6b2550ef09b9cbd5d1a (patch)
tree67615c0e534ff8a3544b0fc118300846bafd38e8 /configure.ac
parent2a4614ea94dc77638455358bdb90904352e8d246 (diff)
downloadspice-253aa0c960ccb3fd2cd6f6b2550ef09b9cbd5d1a.tar.gz
spice-253aa0c960ccb3fd2cd6f6b2550ef09b9cbd5d1a.tar.xz
spice-253aa0c960ccb3fd2cd6f6b2550ef09b9cbd5d1a.zip
configure.ac: remove unused AC_SUBST
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 92957faf..7e77672d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,9 +13,6 @@ AC_CONFIG_AUX_DIR(.)
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip subdir-objects])
AM_MAINTAINER_MODE
-# Define default SPICE_COMMON_SRCDIR
-SPICE_COMMON_SRCDIR='$(top_srcdir)'/common
-
AS_IF([test "$CFLAGS" = ""], [], [_cflags_is_set=yes])
AC_PROG_CC
AS_IF([test "$CXXFLAGS" = ""], [], [_cxxflags_is_set=yes])
@@ -487,7 +484,6 @@ 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)