| diff -aruN a/configure b/configure |
| --- a/configure 2009-03-10 23:44:34.000000000 -0700 |
| +++ b/configure 2010-10-20 13:12:19.000000000 -0700 |
| @@ -18528,6 +18528,8 @@ |
| fi |
| |
| UUID_saved_libs="${LIBS}" |
| + UUID_saved_ldflags="${LDFLAGS}" |
| + LDFLAGS="${UUID_LDFLAGS} ${LDFLAGS}" |
| LIBS="" |
| |
| |
| @@ -18603,8 +18605,10 @@ |
| |
| |
| UUID_LIBS="${UUID_LDFLAGS} ${LIBS}" |
| + LDFLAGS="${UUID_saved_ldflags}" |
| LIBS="${UUID_saved_libs}" |
| unset UUID_saved_libs |
| + unset UUID_saved_ldflags |
| |
| elif test "x${UUID_CONFIG}" != "x"; then |
| UUID_CPPFLAGS="`${UUID_CONFIG} --cflags`" |