diff --git a/ChangeLog b/ChangeLog index 12d31e64..b373f6a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-02 Curtis Gedak + + * configure.in: Improved text for libparted not found error message. + - Closes GParted bug #565682 + 2008-12-31 Curtis Gedak * src/Utils.cc: Added e2fsprogs version required for ext4 support. @@ -5,7 +10,7 @@ 2008-12-21 Curtis Gedak * 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 diff --git a/configure.in b/configure.in index 96c309e4..ad72b483 100644 --- a/configure.in +++ b/configure.in @@ -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"