Mercurial > audlegacy
changeset 388:14e3cf397729 trunk
[svn] Autotools do not want quoting here, apparently. Fair enough.
author | chainsaw |
---|---|
date | Tue, 03 Jan 2006 14:29:34 -0800 |
parents | 7f0e78f42032 |
children | 6e764c0fc9d0 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Jan 03 14:25:32 2006 -0800 +++ b/configure.ac Tue Jan 03 14:29:34 2006 -0800 @@ -318,7 +318,7 @@ if test "$enable_adplug" = "yes"; then AC_CHECK_LIB([binio],[main],[have_adplug=yes],[have_adplug=no]) - AC_CHECK_HEADER(<binio.h>,,[have_adplug=no]) + AC_CHECK_HEADER(binio.h,,[have_adplug=no]) else AC_MSG_RESULT([*** AdPlug plugin disabled per user request ***]) have_adplug="no"