From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Vehlow Date: Wed, 13 Nov 2019 11:41:49 +0100 Subject: [LTP] [PATCH] configure.ac: Fix --with* options Message-ID: <20191113104149.42407-1-lkml@jv-coder.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it From: Joerg Vehlow The usage of AC_ARG_WITH was wrong. This resulted in unexpected configuration. E.g --without-bash set with_bash=yes and --with-nume set with_numa=no. This is fixed by using "$withval" in the action-if-given. Also all AC_ARG_WITH are unified now (all use alos action-if-not-given) The "default=" help text did not make sense for same options. e.g. for --with expect was "default=yes", but it defaults to no. The "default=" strings are dropped, because defaultness is indicated by either "--with-