From: pjkirner Date: Wed, 20 Jul 2005 20:41:21 +0000 (+0000) Subject: Fix merge breakage that was originally introduced on b_cray, and then merged over... X-Git-Tag: v1_7_140~1^12~3^2~55^5~79 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=9707593649db4bb3f67839cc161dc75e661d7c95;p=fs%2Flustre-release.git Fix merge breakage that was originally introduced on b_cray, and then merged over to b1_4. --- diff --git a/lustre/autoconf/lustre-core.m4 b/lustre/autoconf/lustre-core.m4 index a99bbf3..294c1cf 100644 --- a/lustre/autoconf/lustre-core.m4 +++ b/lustre/autoconf/lustre-core.m4 @@ -447,26 +447,6 @@ AC_ARG_ENABLE([client], AC_MSG_RESULT([$enable_client])]) # -# LC_CONFIG_CLIENT_SERVER -# -# Build client/server sides of Lustre -# -AC_DEFUN([LC_CONFIG_CLIENT_SERVER], -[AC_MSG_CHECKING([whether to build Lustre server support]) -AC_ARG_ENABLE([server], - AC_HELP_STRING([--disable-server], - [disable Lustre server support]), - [],[enable_server='yes']) -AC_MSG_RESULT([$enable_server]) - -AC_MSG_CHECKING([whether to build Lustre client support]) -AC_ARG_ENABLE([client], - AC_HELP_STRING([--disable-client], - [disable Lustre client support]), - [],[enable_client='yes']) -AC_MSG_RESULT([$enable_client])]) - -# # LC_CONFIG_LIBLUSTRE # # whether to build liblustre