diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-03 22:08:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-03 23:41:15 +0100 |
commit | d49543cefb517ad94d696f36dd43be527acaccd5 (patch) | |
tree | 8e1dab38dc588891287bd782617e2250757ec336 /configure.ac | |
parent | c4cff5a6452c05c797742327f57bb682fa5379ce (diff) |
scp2: remove some variable/macro cruft
Change-Id: If07b243e71be7c67d36e3d652c52781ef902e380
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 35b13d51723e..ed37a7991b0f 100644 --- a/configure.ac +++ b/configure.ac @@ -7756,7 +7756,6 @@ if test "$with_system_libxml" = "yes"; then else AC_MSG_RESULT([internal]) SYSTEM_LIBXSLT= - LIBXSLT_MAJOR=1 BUILD_TYPE="$BUILD_TYPE LIBXSLT" if test "$cross_compiling" = "yes"; then @@ -7776,7 +7775,6 @@ AC_SUBST(LIBEXSLT_CFLAGS) AC_SUBST(LIBEXSLT_LIBS) AC_SUBST(LIBXSLT_CFLAGS) AC_SUBST(LIBXSLT_LIBS) -AC_SUBST(LIBXSLT_MAJOR) AC_SUBST(XSLTPROC) # =================================================================== |