# HG changeset patch # User diego # Date 1154021942 0 # Node ID e4b614cc70939c567ada4a86014d9ca8c8f235c8 # Parent 5949a654e2d4df5b1d727f729fe0a04004274d05 Remove inconsistency from libcdio test. diff -r 5949a654e2d4 -r e4b614cc7093 configure --- a/configure Thu Jul 27 17:35:06 2006 +0000 +++ b/configure Thu Jul 27 17:39:02 2006 +0000 @@ -5298,8 +5298,7 @@ _libcdio=no for _inc_tmp in "$_inc_libcdio" "-I/usr/include/cdio" "-I/usr/local/include/cdio" ; do cc_check `pkg-config --cflags --libs libcdio_paranoia` $_inc_tmp $_ld_lm \ - && _inc_libcdio="$_inc_tmp" && ( $TMPO >> "$TMPLOG" ) \ - && _libcdio=yes && break + && tmp_run && _libcdio=yes && break done else _libcdio=no