[cups.development] Re: [cups.commit] [ESP Ghostscript] r152 - in trunk: . src

Michael Sweet mike at easysw.com
Tue May 2 09:29:32 PDT 2006


cups-dev at easysw.com wrote:
> ...
> Modified: trunk/src/unix-dll.mak
> ===================================================================
> --- trunk/src/unix-dll.mak	2006-05-02 16:09:55 UTC (rev 151)
> +++ trunk/src/unix-dll.mak	2006-05-02 16:22:48 UTC (rev 152)
> @@ -66,8 +66,12 @@
>  
>  # Build the small Ghostscript loaders, with Gtk+ and without
>  
> +ifdef HAVE_GTK
>  $(GSSOX_XE): $(GS_SO) $(GLSRC)dxmain.c
>  	$(GLCC) -g `gtk-config --cflags` -o $(GSSOX_XE) $(GLSRC)dxmain.c -L$(BINDIR) -l$(GS) `gtk-config --libs`
> +else
> +$(GSSOX_XE): $(GSSOC_XE)
> +endif

Again, ifdef is NOT PORTABLE!

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Document Software          http://www.easysw.com





More information about the cups mailing list