diff options
Diffstat (limited to 'chinese/xemacs/Makefile')
-rw-r--r-- | chinese/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/xemacs/Makefile b/chinese/xemacs/Makefile index a54c9da79df3..1efef518f5f1 100644 --- a/chinese/xemacs/Makefile +++ b/chinese/xemacs/Makefile @@ -61,13 +61,13 @@ pre-configure: # hack to avoid shipping binaries linked with Motif .if defined(MOTIF_STATIC) -CONFIGURE_ARGS+= --with-dialogs=athena +CONFIGURE_ARGS+= --with-dialogs=athena .endif # Drop faces (libcompface) and offix (libDnd) if building package, # autodetect otherwise .if defined(PACKAGE_BUILDING) -CONFIGURE_ARGS+= --with-xface=no --with-offix=no +CONFIGURE_ARGS+= --with-xface=no --with-offix=no .endif post-install: |