diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-17 23:19:02 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-17 23:19:02 +0000 |
commit | 286e53d7afac9f0d4b05fbe05c6b8a13ea0e146b (patch) | |
tree | 113fc3689678e02406c3607ff091ea47c41bc936 | |
parent | 2afaded565720229e800d2773ab2f1a8f74cb31f (diff) |
double --enable-largefiles entries
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2963 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -751,7 +751,7 @@ for ac_option do --enable-mtrr) _mtrr=yes ;; --disable-mtrr) _mtrr=no ;; --enable-largefiles) _largefiles=yes ;; - --enable-largefiles) _largefiles=no ;; + --disable-largefiles) _largefiles=no ;; --enable-vo2) _vo2=yes ;; --disable-vo2) _vo2=no ;; |