diff --git a/src/motif/server/Config.x86 b/src/motif/server/Config.x86
index fb0e8f90847162ff9606496fa64e7b533d34b5d0..10200a7d715b744d237bf4a82bf9b21a96642045 100644
--- a/src/motif/server/Config.x86
+++ b/src/motif/server/Config.x86
@@ -1,7 +1,6 @@
-CFLAGS += -m32 -O2 -I/usr/X11R6/include -I. -I$(VPATH)
-# On OpenSuSE 11.3,the 32-bit X libraries are in /usr/lib.
-LDFLAGS += -m32 -L/usr/lib
-LIBS = -lXm -lXt -lXext -lX11 -lSM -lICE -lXp -ldl -lpthread
+# Build 64-bit motifd now that it works as a 64-bit binary.
+CFLAGS += -O2 -I/usr/X11R6/include -I. -I$(VPATH)
+LIBS = -lXm -lXt -lX11
 # This def assumes you are building in the same or parallel
 # tree to the CVS souce layout. Sites may need to customize
 # this path.