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
|
case "$target" in
|
||||||
*-*-cygwin | *-*-mingw32)
|
*-*-cygwin | *-*-mingw32)
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
PROG_IMPLIB_NEEDED=1
|
PROG_IMPLIB_NEEDED='yes'
|
||||||
PROG_IMPLIB_LDFLAGS='-Wl,-export-all-symbols,--out-implib,lib${PROG}.a'
|
PROG_IMPLIB_LDFLAGS='-Wl,-export-all-symbols,--out-implib,lib${PROG}.a'
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
PROG_IMPLIB_NEEDED=0
|
PROG_IMPLIB_NEEDED='no'
|
||||||
PROG_IMPLIB_LDFLAGS=''
|
PROG_IMPLIB_LDFLAGS=''
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue