diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-11-15 23:50:12 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2001-11-15 23:50:12 +0000 |
commit | 2e1d15739681c6faf63e3c7ebb2637defe4f32af (patch) | |
tree | de158887168c15af589c3463af54f47503ed23a1 /configure.in | |
parent | 395938e3aed6b277b5fd702dd47b673e5ffef63c (diff) | |
download | flac-2e1d15739681c6faf63e3c7ebb2637defe4f32af.tar.gz |
fix bug with --use-3dnow
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5310a849..65b9a222 100644 --- a/configure.in +++ b/configure.in @@ -76,6 +76,7 @@ if test x$sse_os = xtrue ; then AC_DEFINE(FLAC__SSE_OS) fi +AC_ARG_ENABLE(use_3dnow, [ --use-3dnow Enable 3DNOW! support], [case "${enableval}" in yes) use_3dnow=true ;; |