forgot "shell" in $(shell...

This commit is contained in:
Albert Cahalan 2008-05-25 17:49:32 +00:00
parent 42d1e6b33a
commit ac23d23a1c
2 changed files with 7 additions and 5 deletions

View file

@ -381,8 +381,10 @@ extern WrapperData macosx;
#else
#include "rsvg.h"
#include "rsvg-cairo.h"
#include <librsvg/rsvg.h>
#include <librsvg/rsvg-cairo.h>
//#include "rsvg.h"
//#include "rsvg-cairo.h"
#if !defined(RSVG_H) || !defined(RSVG_CAIRO_H)
#error "---------------------------------------------------"
#error "If you installed libRSVG from packages, be sure"