changeset 186:31a04bd9310c

Lines
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Aug 2004 05:25:02 +0000
parents af7c0e0ce11a
children 9dfd63f433c4
files configure.in
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Aug 18 05:24:01 2004 +0000
+++ b/configure.in	Wed Aug 18 05:25:02 2004 +0000
@@ -96,6 +96,7 @@
 xs_sidplay1_includes=""
 ])
 
+
 AC_ARG_WITH(sidplay1-inc,
 [  --with-sidplay1-inc=DIR    Where the SIDPlay1 headers are located],
 [xs_sidplay1_includes="$withval"],)
@@ -131,10 +132,12 @@
 xs_sidplay2_includes=""
 ])
 
+
 AC_ARG_WITH(sidplay2-inc,
 [  --with-sidplay2-inc=DIR    Where the SIDPlay2 headers are located],
 [xs_sidplay2_includes="$withval"],)
 
+
 AC_ARG_WITH(sidplay2-lib,
 [  --with-sidplay2-lib=DIR    Where the SIDPlay2 library is installed],
 [xs_sidplay2_library="$withval"],)
@@ -166,10 +169,12 @@
 xs_nanosid_includes=""
 ])
 
+
 AC_ARG_WITH(nanosid-inc,
 [  --with-nanosid-inc=DIR    Where the NanoSID headers are located],
 [xs_nanosid_includes="$withval"],)
 
+
 AC_ARG_WITH(sidplay1-lib,
 [  --with-nanosid-lib=DIR    Where the NanoSID library is installed],
 [xs_nanosid_library="$withval"],)