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