[vorbis-dev] added check/define for int64_t
Monty
xiphmont at xiph.org
Wed Aug 30 19:58:29 PDT 2000
> One quickie that I forgot to mention (I learned this the hard way) --
> AC_PROG_CC likes to automatically set CFLAGS to "-g" if it isn't already
> set (I'm not sure what autoconf's rationale is here). Solaris cc
> complains that -g conflicts with one of the meta options in -fast, for
> example.
>
> You might want to surround the call to AC_PROG_CC with:
>
> ----
> cflags_save="$CFLAGS"
> AC_PROG_CC
> CFLAGS="$cflags_save"
> ----
>
> This shouldn't be necessary, but it is. :-\
Ah, that's probably the reson I was explicity setting CFLAGS to "". I'll add
that change too.
Monty
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list