summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-03-16 15:31:11 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2017-03-16 15:31:11 +0200
commit0d8c4968712011c221b76c1309869e8e877efcd9 (patch)
tree722d41a32b33a8362f5789bed1c7422f17479dab /configure.ac
parent15a21979912e20bd5aa2aa90b7f7cf8cc9360c6b (diff)
downloadmetacity-0d8c4968712011c221b76c1309869e8e877efcd9.tar.gz
build: remove unused CPPFLAGS
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 21f583e3..3fae736a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -359,9 +359,6 @@ fi
AM_CONDITIONAL(HAVE_SM, test "$found_sm" = "yes")
-HOST_ALIAS=$host_alias
-AC_SUBST(HOST_ALIAS)
-
AC_PATH_PROG(ZENITY, zenity, no)
if test x"$ZENITY" = xno; then
AC_MSG_ERROR([zenity not found in your path - needed for dialogs])