Skip to content

Commit

Permalink
AUTOCONF: Add compiler flag information for static-executable check w…
Browse files Browse the repository at this point in the history
…hich eases debugging
  • Loading branch information
martin-raden authored and RaumZeit committed Oct 12, 2017
1 parent f8a0714 commit 6ce3d1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions m4/ac_rna_features.m4
Expand Up @@ -346,6 +346,11 @@ Failed to statically link C program
Please make sure that static variants for
all libraries that are about to be linked
into the executables are present!
Checked compiler flag setup:
LDFLAGS = $LDFLAGS
LIBS = $LIBS
CLFAGS = $CFLAGS
############################################]]) ],
[enable_static_executables=no])
Expand Down Expand Up @@ -446,5 +451,3 @@ AC_DEFUN([RNA_ENABLE_SSE],[
AC_SUBST(SIMD_CFLAGS)
AC_SUBST(CONFIG_SSE_IMPLEMENTATION)
])


0 comments on commit 6ce3d1a

Please sign in to comment.