]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/image.c (syms_of_image): Fix typo in last change.
authorPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 05:04:15 +0000 (05:04 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 9 Jan 2022 05:04:15 +0000 (05:04 +0000)
src/image.c

index 700705de22ef0f586e3fa5ae48897ec5b8d47b47..a4976caba86aeddbe606a02e7f702afc2ab8c8e9 100644 (file)
@@ -11458,7 +11458,7 @@ non-numeric, there is no explicit limit on the size of images.  */);
 #endif
 
 #if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \
-                           && defined (HAVE_BE_APP))
+                           && defined (HAVE_HAIKU))
   DEFSYM (Qwebp, "webp");
   add_image_type (Qwebp);
 #endif