]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 3 May 2013 13:49:00 +0000 (13:49 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 3 May 2013 13:49:00 +0000 (13:49 +0000)
MagickCore/configure.c

index 67d46c85d57bf531f36e9d6f20515c4679770b72..0183c0ffdcac5acf8288f9fb14d8fda8ae35b221 100644 (file)
@@ -752,6 +752,9 @@ MagickExport LinkedListInfo *GetConfigurePaths(const char *filename,
         (void) FormatLocaleString(path,MaxTextExtent,"%s/share/%s/",home,
           MAGICKCORE_SHARE_RELATIVE_PATH);
         (void) AppendValueToLinkedList(paths,ConstantString(path));
+        (void) FormatLocaleString(path,MaxTextExtent,"%s",
+          MAGICKCORE_SHAREARCH_PATH);
+        (void) AppendValueToLinkedList(paths,ConstantString(path));
 #endif
         home=DestroyString(home);
       }
@@ -777,6 +780,9 @@ MagickExport LinkedListInfo *GetConfigurePaths(const char *filename,
       (void) FormatLocaleString(path,MaxTextExtent,"%s/share/%s/",prefix,
         MAGICKCORE_SHARE_RELATIVE_PATH);
       (void) AppendValueToLinkedList(paths,ConstantString(path));
+      (void) FormatLocaleString(path,MaxTextExtent,"%s",
+        MAGICKCORE_SHAREARCH_PATH);
+      (void) AppendValueToLinkedList(paths,ConstantString(path));
 #endif
     }
   /*