[libdvdnav-devel] configure: add additional flags to LDFLAGS on OS/2

Diego Biurrun diego at biurrun.de
Sun Apr 27 18:35:47 CEST 2014


On 2014-04-12 11:30, KO Myung-Hun wrote:
> --- a/configure.ac
> +++ b/configure.ac
> @@ -55,6 +55,9 @@ AC_C_BIGENDIAN
>   AS_CASE([$host],
>     [*mingw32* | *cygwin*], [AC_CHECK_FUNCS(gettimeofday)])
>
> +AS_CASE([$host],
> +  [*os2*], LDFLAGS="-no-undefined -Zbin-files $LDFLAGS")

Doh, these two case statements should be coalesced of course.

Diego


More information about the libdvdnav-devel mailing list