# HG changeset patch # User diego # Date 1358809520 0 # Node ID 684e793fe7b72279da8386392cf0de39e736d33f # Parent 7c91c2a669f40469afa5082a2451db5787ae1223 configure: Drop commented-out line from OpenAL check. diff -r 7c91c2a669f4 -r 684e793fe7b7 configure --- a/configure Mon Jan 21 23:05:17 2013 +0000 +++ b/configure Mon Jan 21 23:05:20 2013 +0000 @@ -5714,7 +5714,6 @@ #endif int main(void) { alSourceQueueBuffers(0, 0, 0); -// alGetSourcei(0, AL_SAMPLE_OFFSET, 0); return 0; } EOF