[xiph-cvs] cvs commit: ao configure.in
Stan Seibert
volsung at xiph.org
Wed Sep 26 10:03:04 PDT 2001
volsung 01/09/26 10:03:04
Modified: . configure.in
Log:
User-defined CFLAGS are now used in both debug and profile builds.
Revision Changes Path
1.34 +2 -0 ao/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- configure.in 2001/09/26 16:58:17 1.33
+++ configure.in 2001/09/26 17:03:03 1.34
@@ -76,6 +76,8 @@
esac
fi
CFLAGS="$CFLAGS $cflags_save"
+DEBUG="$DEBUG $cflags_save"
+PROFILE="$PROFILE $cflags_save"
LDFLAGS="$LDFLAGS $ldflags_save"
--- >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 'cvs-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 commits
mailing list