# HG changeset patch # User Matti Hamalainen # Date 1092806702 0 # Node ID 31a04bd9310c50523063ec2e0bce7aa613bf9c41 # Parent af7c0e0ce11a3567e4c8743e53f302aa4e1e09ab Lines diff -r af7c0e0ce11a -r 31a04bd9310c configure.in --- 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"],)