Keep it to the autoconf standard.
This commit is contained in:
parent
9bd864e050
commit
3a8cc41492
1 changed files with 2 additions and 2 deletions
|
@ -23,12 +23,12 @@ AC_DEFUN([BUILDSYS_PROG_IMPLIB], [
|
|||
case "$target" in
|
||||
*-*-cygwin | *-*-mingw32)
|
||||
AC_MSG_RESULT(yes)
|
||||
PROG_IMPLIB_NEEDED=1
|
||||
PROG_IMPLIB_NEEDED='yes'
|
||||
PROG_IMPLIB_LDFLAGS='-Wl,-export-all-symbols,--out-implib,lib${PROG}.a'
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT(no)
|
||||
PROG_IMPLIB_NEEDED=0
|
||||
PROG_IMPLIB_NEEDED='no'
|
||||
PROG_IMPLIB_LDFLAGS=''
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue