From: cristy Date: Fri, 3 May 2013 13:49:00 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~3748 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=780d58cd0a42d8eb15b986d15c888708e5e6f4e9;p=imagemagick --- diff --git a/MagickCore/configure.c b/MagickCore/configure.c index 67d46c85d..0183c0ffd 100644 --- a/MagickCore/configure.c +++ b/MagickCore/configure.c @@ -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 } /*