changeset 35721:684e793fe7b7

configure: Drop commented-out line from OpenAL check.
author diego
date Mon, 21 Jan 2013 23:05:20 +0000
parents 7c91c2a669f4
children 9cfa30063480
files configure
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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