tpb-configure-fix.diff 478 B

1234567891011121314151617
  1. diff -aur tpb-0.5.1/configure tpb-0.5.1-patched/configure
  2. --- tpb-0.5.1/configure 2003-04-10 04:06:26.000000000 -0400
  3. +++ tpb-0.5.1-patched/configure 2003-06-30 12:06:41.000000000 -0400
  4. @@ -790,10 +790,10 @@
  5. # additional options
  6. # Check whether --enable-xosd or --disable-xosd was given.
  7. -if test "${enable_xosd+set}" = set; then
  8. - enableval="$enable_xosd"
  9. +if test "x${enable_xosd}" = xno; then
  10. enable_xosd=no
  11. else
  12. + enableval="$enable_xosd"
  13. enable_xosd=yes
  14. fi