From 7e41e4e5ad8e60397aea75358d18e4a4cd3b37d4 Mon Sep 17 00:00:00 2001 From: bdc Date: Sat, 4 Nov 1995 05:04:59 +0000 Subject: [PATCH] *** empty log message *** --- configure | 4 ++-- configure.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 475761e..9c18d93 100755 --- a/configure +++ b/configure @@ -558,10 +558,10 @@ int t() { EOF if eval $ac_link; then rm -rf conftest* - $scsh_cv_linux_static_debug = no + scsh_cv_linux_static_debug = no else rm -rf conftest* - $scsh_cv_linux_static_debug = yes + scsh_cv_linux_static_debug = yes fi rm -f conftest* diff --git a/configure.in b/configure.in index 98e4e05..1d3e07d 100644 --- a/configure.in +++ b/configure.in @@ -174,8 +174,8 @@ AC_DEFUN(SCSH_LINUX_STATIC_DEBUG, [ AC_CACHE_VAL(scsh_cv_linux_static_debug,[ AC_TRY_LINK([], [], - $scsh_cv_linux_static_debug = no, - $scsh_cv_linux_static_debug = yes)]) + scsh_cv_linux_static_debug = no, + scsh_cv_linux_static_debug = yes)]) AC_MSG_RESULT($scsh_cv_linux_static_debug) if test $scsh_cv_linux_static_debug = yes; then LDFLAGS="-static ${LDFLAGS}"