diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2014-01-18 16:35:12 -0500 |
|---|---|---|
| committer | Gary Scavone <gary@music.mcgill.ca> | 2014-01-18 16:35:12 -0500 |
| commit | b8f788ee2ab8da7fdd12b7fc09475e7529512cd1 (patch) | |
| tree | dafd295f3eafb4d39e8acca1133ed83f48f71ee3 /configure.ac | |
| parent | ee76af899f7f27f4784d3bbae27f2c63f0f1e6ce (diff) | |
Changes to fix display issue for non-ASCII device names and some compile warnings on the Windows platform (most from Pavel Mogilevskiy).
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b89fdb0..df34d03 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ AC_ARG_ENABLE(debug, AC_CHECK_FUNC(gettimeofday, [cppflag="$cppflag -DHAVE_GETTIMEOFDAY"], ) # Set paths if prefix is defined -if test x"$prefix" != x; then +if test x"$prefix" != x && test x$prefix != xNONE; then LIBS="$LIBS -L$prefix/lib" CPPFLAGS="$CPPFLAGS -I$prefix/include" fi |
