summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 3080ea14a4..186524764a 100755
--- a/configure
+++ b/configure
@@ -823,7 +823,6 @@ ac_subdirs_all='projects/test-suite
projects/llvm-test
projects/poolalloc
projects/llvm-poolalloc
-projects/sample
projects/safecode
tools/polly'
@@ -3751,8 +3750,6 @@ for i in `ls ${srcdir}/projects`
do
if test -d ${srcdir}/projects/${i} ; then
case ${i} in
- sample) subdirs="$subdirs projects/sample"
- ;;
safecode) subdirs="$subdirs projects/safecode"
;;
compiler-rt) ;;