Index: app/app_procs.c =================================================================== RCS file: /cvs/gnome/dia/app/app_procs.c,v retrieving revision 1.128 diff -u -r1.128 app_procs.c --- app/app_procs.c 16 Feb 2004 19:47:56 -0000 1.128 +++ app/app_procs.c 17 Feb 2004 14:40:46 -0000 @@ -700,11 +700,9 @@ GSList **files, char **export_file_name, char **export_file_format, char **size) { -#ifndef GNOME +#ifdef HAVE_POPT int rc = 0; -#endif -#ifdef HAVE_POPT poptCtx = poptGetContext(PACKAGE, argc, (const char **)argv, options, 0); poptSetOtherOptionHelp(poptCtx, _("[OPTION...] [FILE...]")); while (rc >= 0) {