mirror of https://github.com/GNOME/gimp.git
minor portability nit with gtkxmhtml tests
* configure.in: minor portability nit with gtkxmhtml tests * plug-ins/print/print.c: fix missing variable name from the merge -Yosh
This commit is contained in:
parent
f3db05ea7c
commit
0a4d2b3438
|
@ -1,3 +1,9 @@
|
|||
Sun Apr 2 04:39:10 PDT 2000 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: minor portability nit with gtkxmhtml tests
|
||||
|
||||
* plug-ins/print/print.c: fix missing variable name from the merge
|
||||
|
||||
2000-04-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/script-fu/scripts/add-bevel.scm
|
||||
|
|
|
@ -559,7 +559,7 @@ fi
|
|||
|
||||
dnl Sanity check to make sure the headers are there too and that gnome-config
|
||||
dnl didn't lie to us
|
||||
if test -n $HELPBROWSER; then
|
||||
if test -n "$HELPBROWSER"; then
|
||||
gimp_save_CPPFLAGS="$CPPFLAGS"
|
||||
gimp_save_LDFLAGS="$LDFLAGS"
|
||||
gimp_save_LIBS="$LIBS"
|
||||
|
|
|
@ -989,7 +989,7 @@ get_system_printers (void)
|
|||
char defname[17];
|
||||
#if defined(LPC_COMMAND) || defined(LPSTAT_COMMAND)
|
||||
FILE *pfile;
|
||||
char line[129];
|
||||
char line[129], name[17];
|
||||
#endif
|
||||
#ifdef __EMX__
|
||||
BYTE pnum;
|
||||
|
|
Loading…
Reference in New Issue