HPUX __ia64 uses .so as extension for shared libs, not .sl
authorellson <devnull@localhost>
Fri, 6 Jun 2008 14:29:54 +0000 (14:29 +0000)
committerellson <devnull@localhost>
Fri, 6 Jun 2008 14:29:54 +0000 (14:29 +0000)
Geert Coelmont <geert.coelmont@headbird.com>

lib/gvc/gvconfig.c

index c7716d94552d9e5e5988a7ebcc48aaedea0eaa77..868a3e555c5f6c87e9a176228deb1415988e2bef 100644 (file)
@@ -352,7 +352,7 @@ static void config_rescan(GVC_t *gvc, char *config_path)
     char *plugin_glob = "gvplugin_*";
     char *plugin_re_beg = "[^0-9]";
     char *plugin_re_end = "\\.dll$"; 
-#elif defined(__hpux__) || defined(__hpux)
+#elif ((defined(__hpux__) || defined(__hpux)) && !(defined(__ia64)))
     char *plugin_re_beg = "\\.sl\\.";
     char *plugin_re_end = "$"; 
 #else