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

Fix silent configuration.

parent fca0b91e
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!23Fix silent configuration
Pipeline #28813 passed
...@@ -759,7 +759,7 @@ AC_CONFIG_FILES([ ...@@ -759,7 +759,7 @@ AC_CONFIG_FILES([
AC_OUTPUT AC_OUTPUT
AC_MSG_NOTICE([CDI is configured with the following options:]) AC_MSG_NOTICE([CDI is configured with the following options:])
cat cdi.settings cat cdi.settings >&AS_MESSAGE_FD
AC_MSG_NOTICE([ AC_MSG_NOTICE([
......
...@@ -16,7 +16,7 @@ AS_CASE([$with_threads], ...@@ -16,7 +16,7 @@ AS_CASE([$with_threads],
LIBS="$PTHREAD_LIBS $LIBS" LIBS="$PTHREAD_LIBS $LIBS"
CFLAGS="$CFLAGS $PTHREAD_CFLAGS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
CC="$PTHREAD_CC" 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 [*],[THREADS_ROOT=$with_threads
LDFLAGS="-L$THREADS_ROOT/lib $LDFLAGS" LDFLAGS="-L$THREADS_ROOT/lib $LDFLAGS"
CPPFLAGS="-I$THREADS_ROOT/include $CPPFLAGS " 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