Whamcloud - gitweb
LU-1199 build: Remove duplicate LC_MODULE_LOADING
authorChristopher J. Morrone <morrone2@llnl.gov>
Tue, 30 Oct 2012 02:43:07 +0000 (19:43 -0700)
committerOleg Drokin <green@whamcloud.com>
Mon, 5 Nov 2012 22:27:44 +0000 (17:27 -0500)
commit59c81a4fba487f3177a7a96816d4f56b0bd4561b
tree243b42d6b83c1c7cdd6d35737102d658ba2bafcf
parent0ddcb9b4671365d6cfd2d5ef2b4dd3f78d2610bb
LU-1199 build: Remove duplicate LC_MODULE_LOADING

It appears that LC_MODULE_LOADING was accidentally declared twice
back-to-back in the same file.  This removes the first declaration
on the assumption that if my eye-balling of the code missed a
difference, the second one is the one we've been using anyway.

Change-Id: I04a9da80d6be7bef6e4fd35eca8f3e490a8a824f
Signed-off-by: Christopher J. Morrone <morrone2@llnl.gov>
Reviewed-on: http://review.whamcloud.com/4407
Tested-by: Hudson
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Keith Mannthey <keith.mannthey@intel.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
build/autoconf/lustre-build-linux.m4