libtool-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Libtool branch, master, updated. v2.4.2-282-gb3e96ce


From: Peter Rosin
Subject: [SCM] GNU Libtool branch, master, updated. v2.4.2-282-gb3e96ce
Date: Mon, 08 Oct 2012 15:59:01 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Libtool".

The branch, master has been updated
       via  b3e96ce7d1566d6120112f3b10e7782cc62cff8d (commit)
      from  0f31e375104b00a181557d3809e556066b3d98b1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b3e96ce7d1566d6120112f3b10e7782cc62cff8d
Author: Peter Rosin <address@hidden>
Date:   Mon Oct 8 17:59:51 2012 +0200

    tests: skip the with-pic test only if DLL_EXPORT is defined
    
    For some systems with PIC as default, the test was inadvertently
    skipped. Issue introduced in commit 4440d65.
    Report by Roumen Petrov.
    
    * tests/with-pic.at: Skip the test for systems that define
    DLL_EXPORT.
    
    Signed-off-by: Peter Rosin <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 tests/with-pic.at |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/with-pic.at b/tests/with-pic.at
index 2ffbd03..8739f20 100644
--- a/tests/with-pic.at
+++ b/tests/with-pic.at
@@ -32,11 +32,11 @@ LT_AT_BOOTSTRAP([], [-I m4], [], [--add-missing], [],
     [], [ignore])
 eval `$LIBTOOL --config | $EGREP '^(pic_flag|FGREP)='`
 
-real_pic=false
+no_dlls=:
 case " $pic_flag " in
-[*" "[^" "-]* | *" "-[^D]*]) real_pic=: ;;
+*" -DDLL_EXPORT "*) no_dlls=false ;;
 esac
-AT_CHECK([$real_pic || exit 77])
+AT_CHECK([$no_dlls || exit 77])
 AT_CHECK([test . != "$at_srcdir" || exit 77])
 
 : ${MAKE=make}


hooks/post-receive
-- 
GNU Libtool



reply via email to

[Prev in Thread] Current Thread [Next in Thread]