fixed config.h variable
authorkramm <kramm>
Mon, 30 Oct 2006 13:06:14 +0000 (13:06 +0000)
committerkramm <kramm>
Mon, 30 Oct 2006 13:06:14 +0000 (13:06 +0000)
src/swfc.c

index 3f08789..b794e7c 100644 (file)
@@ -1037,7 +1037,7 @@ void s_image(char*name, char*type, char*filename, int quality)
     int imageID = id;
     int width, height;
     if(!strcmp(type,"jpeg")) {
-#ifndef HAVE_LIBJPEG
+#ifndef HAVE_JPEGLIB
        warning("no jpeg support compiled in");
        s_box(name, 0, 0, black, 20, 0);
        return;