Improved text for libparted not found error message
svn path=/trunk/; revision=1020
This commit is contained in:
parent
8a1fb683d0
commit
6e0f121a86
|
@ -1,3 +1,8 @@
|
|||
2009-01-02 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* configure.in: Improved text for libparted not found error message.
|
||||
- Closes GParted bug #565682
|
||||
|
||||
2008-12-31 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* src/Utils.cc: Added e2fsprogs version required for ext4 support.
|
||||
|
@ -5,7 +10,7 @@
|
|||
2008-12-21 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* src/Utils.cc: Fixed application crash.
|
||||
- GParted would crash when saving details if locale was not set.
|
||||
- GParted would crash when saving details if locale was not set.
|
||||
|
||||
2008-12-20 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ int main ()
|
|||
|
||||
return 1 ;
|
||||
}
|
||||
,AC_MSG_RESULT(OK),AC_MSG_ERROR(*** Requires libparted >= $LIBPARTED_VERSION) )
|
||||
,AC_MSG_RESULT(OK),AC_MSG_ERROR(*** Requires libparted >= $LIBPARTED_VERSION. Perhaps development header files missing?) )
|
||||
LIBS="$LIBS_save"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue