]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Revert "Give meaningful error when submodules are not checked out"
authorSage Weil <sage@inktank.com>
Wed, 25 Jun 2014 20:19:03 +0000 (13:19 -0700)
committerSage Weil <sage@inktank.com>
Wed, 25 Jun 2014 20:19:03 +0000 (13:19 -0700)
This reverts commit 87f9dbaf78ee040bbe0f56d2ada5299b150916b2.

This breaks the gitbuilders.  Maybe it needs the base dir to be explicit?

Signed-off-by: Sage Weil <sage@redhat.com>
configure.ac

index c86edd66c8474b6c78ccb5ab7ac025c58e27af8a..0703eb9c11ef44147c341b2c0e3a7a8a431c6d6b 100644 (file)
@@ -29,15 +29,6 @@ AC_CONFIG_SUBDIRS([src/gtest])
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-# Check that submodules exist
-AC_CHECK_FILES(
-        [ceph-object-corpus/bin/prune.sh]
-        [src/civetweb/README.md]
-        [src/erasure-code/jerasure/gf-complete/README]
-        [src/erasure-code/jerasure/jerasure/README]
-        [src/libs3/README]
-        , [], [AC_MSG_ERROR([Missing submodules.  You should probably run 'git submodule update --init'])])
-
 # Fix automake problems in 1.12
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])