Changeset 35536


Ignore:
Timestamp:
2021-09-30T21:26:46+13:00 (3 years ago)
Author:
anupama
Message:

Compiling up GS2 from SVN on 32 bit linux was no longer checking out gnome-lib. A message came up during configure that I kept missing: need to relocate. To fix, just needed to correct checkout URL from http to https.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/configure

    r31162 r35536  
    21212121      if test $result = 0; then
    21222122         cd ext
    2123      svn co http://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
     2123     svn co https://svn.greenstone.org/gs2-extensions/gnome-lib/trunk/src gnome-lib
    21242124     cd ..
    21252125     cat >>confdefs.h <<\_ACEOF
Note: See TracChangeset for help on using the changeset viewer.