From c1f8af00eaa03f1c2a7ea145ff627ca749e330cb Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Fri, 23 Mar 2012 13:13:09 -0400 Subject: Fix build problem with "trash" being semi-removed. With "trash" removed from xlators/features/Makefile.am but not from configure.ac, configure fails trying to create .../features/Makefile from .../features/Makefile.in which was itself never created. Change-Id: Idcba2c282c09821ae620e59748952e8d26117fdc Signed-off-by: Jeff Darcy Reviewed-on: http://review.gluster.com/3003 Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System Reviewed-by: Amar Tumballi Reviewed-by: Vijay Bellur --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ca3d877505f..6605deace1a 100644 --- a/configure.ac +++ b/configure.ac @@ -102,8 +102,6 @@ AC_CONFIG_FILES([Makefile xlators/features/Makefile xlators/features/locks/Makefile xlators/features/locks/src/Makefile - xlators/features/trash/Makefile - xlators/features/trash/src/Makefile xlators/features/quota/Makefile xlators/features/quota/src/Makefile xlators/features/marker/Makefile -- cgit