Skip to content
Snippets Groups Projects
Commit e1c16018 authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Fix silent configuration.

parent af9b5943
Branches cdi-1.8.x
No related tags found
1 merge request!24Backport: Fix silent configuration
Pipeline #28822 passed
......@@ -28585,7 +28585,7 @@ ac_compile="$ac_pwd/libtool --mode=compile --tag=CC $ac_compile"
LIBS="$PTHREAD_LIBS $LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"
$as_echo "CC:$CC CFLAGS:$CFLAGS LIBS:$LIBS" ;; #(
$as_echo "CC:$CC CFLAGS:$CFLAGS LIBS:$LIBS" >&6 ;; #(
*) :
THREADS_ROOT=$with_threads
LDFLAGS="-L$THREADS_ROOT/lib $LDFLAGS"
......@@ -35788,7 +35788,7 @@ fi
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: CDI is configured with the following options:" >&5
$as_echo "$as_me: CDI is configured with the following options:" >&6;}
cat cdi.settings
cat cdi.settings >&6
 
{ $as_echo "$as_me:${as_lineno-$LINENO}:
 
......@@ -742,7 +742,7 @@ AC_CONFIG_FILES([
AC_OUTPUT
AC_MSG_NOTICE([CDI is configured with the following options:])
cat cdi.settings
cat cdi.settings >&AS_MESSAGE_FD
AC_MSG_NOTICE([
......
......@@ -16,7 +16,7 @@ AS_CASE([$with_threads],
LIBS="$PTHREAD_LIBS $LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC"
AS_ECHO(["CC:$CC CFLAGS:$CFLAGS LIBS:$LIBS"])],
AS_ECHO(["CC:$CC CFLAGS:$CFLAGS LIBS:$LIBS"]) >&AS_MESSAGE_FD],
[*],[THREADS_ROOT=$with_threads
LDFLAGS="-L$THREADS_ROOT/lib $LDFLAGS"
CPPFLAGS="-I$THREADS_ROOT/include $CPPFLAGS "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment